mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
b2099acea5
rustc_public: remove the `CrateDefItems` trait This trait feels sus since its documentation says it's for 'retrieving all items from a definition' however it only provides an `associated_items` method (??), which I believe should only be valid for `impl`s and `trait`s.