Closed
Description
In std
there are modules for the primitive types and these modules tend to contain the impls for several of the most 'core' Rust traits. I would rather these live in the module that declares the trait. std
is going to continue to be refactored, and the crates these traits live in may change. Having the primitive impls in one place makes that refactoring easier.