mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
* Reduce duplicate impls; show only the `fn (T)` and include a sentence saying that there exists up to twelve of them. * Show `Copy` and `Clone`. * Show auto traits like `Send` and `Sync`, and blanket impls like `Any`.