rust/library/std
Josh Triplett bb6bbfa13f Avoid naming variables str
This renames variables named `str` to other names, to make sure `str`
always refers to a type.

It's confusing to read code where `str` (or another standard type name)
is used as an identifier. It also produces misleading syntax
highlighting.
2025-01-07 14:30:02 +02:00
..
benches Reformat use declarations. 2024-07-29 08:26:52 +10:00
src Avoid naming variables str 2025-01-07 14:30:02 +02:00
tests Fix and undeprecate home_dir() 2024-11-04 03:06:09 +00:00
build.rs Enable f128 tests on all non-buggy platforms 🎉 2024-11-03 19:33:04 -06:00
Cargo.toml sync to actual dep verions of backtrace 2025-01-03 15:26:18 +03:00