Skip type checking in from-Any casting.
authorChris Morgan <me@chrismorgan.info>
committerChris Morgan <me@chrismorgan.info>
commit8c1b4578cc1e307a7e7fff6152fc904c4e8d4371
tree0f46fffea5224fa7dcc28e755b78458bbe1cac2f
parent6bd64ec0703e63441de187902de9f272c59f47cc
Skip type checking in from-Any casting.

We know the type with certainty already.
This should make a microscopic improvement in perf.
src/lib.rs