rust/library/std
Monadic Cat f34ff1e05a
Trivial grammar fix in const keyword docs
> `const` items looks remarkably similar to `static` items, [...]

Either this should be written as
> A `const` items looks remarkably similar to a `static` item,

or "looks" should be changed to "look".

I have selected the smaller diff.
2024-08-06 21:59:04 -05:00
..
benches Reformat use declarations. 2024-07-29 08:26:52 +10:00
src Trivial grammar fix in const keyword docs 2024-08-06 21:59:04 -05:00
tests Reformat use declarations. 2024-07-29 08:26:52 +10:00
build.rs Match LLVM ABI in extern "C" functions for f128 on Windows 2024-07-30 20:23:33 +01:00
Cargo.toml Auto merge of #125016 - nicholasbishop:bishop-cb-112, r=tgross35 2024-07-29 07:41:33 +00:00