rust/library/core/tests/iter
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
..
adapters Add blank lines after module-level //! comments. 2024-06-20 09:23:20 +10:00
traits Replace NonZero::<_>::new with NonZero::new. 2024-02-15 08:09:42 +01:00
mod.rs remove redundant imports 2023-12-10 10:56:22 +08:00
range.rs fix unsoundness in Step::forward_unchecked for signed integers 2024-03-14 00:57:02 +01:00
sources.rs VecDeque::resize should re-use the buffer in the passed-in element 2022-11-15 00:53:26 -08:00