rust/library/std
Nicholas Nethercote 665821cb60 Add blank lines after module-level //! comments.
Most modules have such a blank line, but some don't. Inserting the blank
line makes it clearer that the `//!` comments are describing the entire
module, rather than the `use` declaration(s) that immediately follows.
2024-06-20 09:23:20 +10:00
..
benches also test parts of std 2024-04-07 10:05:57 +02:00
src Add blank lines after module-level //! comments. 2024-06-20 09:23:20 +10:00
tests Add blank lines after module-level //! comments. 2024-06-20 09:23:20 +10:00
build.rs Move some expected cfgs to std build.rs as per Cargo recommandation 2024-05-23 16:08:31 +02:00
Cargo.toml add HermitOS support of vectored read/write operations 2024-06-07 20:48:30 +02:00