rust/library
John Kugelman 54d807cfc7 Add #[must_use] to string/char transformation methods
These methods could be misconstrued as modifying their arguments instead
of returning new values.

Where possible I made the note recommend a method that does mutate in
place.
2021-10-09 01:01:40 -04:00
..
alloc Add #[must_use] to string/char transformation methods 2021-10-09 01:01:40 -04:00
backtrace@cc89bb66f9
core Add #[must_use] to string/char transformation methods 2021-10-09 01:01:40 -04:00
panic_abort
panic_unwind
proc_macro
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Add #[must_use] to string/char transformation methods 2021-10-09 01:01:40 -04:00
stdarch@5fdbc476af
test Rollup merge of #89082 - smoelius:master, r=kennytm 2021-10-07 20:26:12 -07:00
unwind