EmbarkStudios / mirror-mirror

🪞 Powerful reflection library for Rust
Apache License 2.0
79 stars 2 forks source link

Use `core::any::type_name` to determine `type_name` for `ScalarType` variants #124

Closed fu5ha closed 1 year ago

fu5ha commented 1 year ago

This is useful so that we can compare type_at_path against core::any_type_name::() of generic types

fu5ha commented 1 year ago

@davidpdrsn I don't think I caused the clippy error here and not sure how you want to solve it :hmm: