Files
rust/library/std/src/sys_common
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
..
2023-03-03 03:03:29 +01:00
2024-09-29 04:48:13 +02:00
2024-10-01 22:05:35 +02:00
2024-07-26 13:26:33 +01:00
2025-01-07 14:30:02 +02:00