rust/compiler/rustc_data_structures
Nicholas Nethercote 09006d6a88 Convert some module-level `//` and `///` comments to `//!`.
This makes their intent and expected location clearer. We see some
examples where these comments were not clearly separate from `use`
declarations, which made it hard to understand what the comment is
describing.
2024-06-20 09:23:18 +10:00
..
src Convert some module-level `//` and `///` comments to `//!`. 2024-06-20 09:23:18 +10:00
Cargo.toml Remove some unnecessary crate dependencies. 2024-06-13 15:03:43 +10:00