]> git.lizzy.rs Git - rust.git/commit
Add #[must_use] to from_value conversions
authorJohn Kugelman <john@kugelman.name>
Sun, 10 Oct 2021 22:22:40 +0000 (18:22 -0400)
committerJohn Kugelman <john@kugelman.name>
Sun, 10 Oct 2021 23:00:33 +0000 (19:00 -0400)
commitcf2bcd10ed28b169b8df74383c2a35a4ffbdcf40
tree87acd2edbff6d167abc4e8e70c702da9b9e350fa
parent6928fafe06e4ab29317f75194e1bf67c119dccdc
Add #[must_use] to from_value conversions
17 files changed:
library/alloc/src/str.rs
library/alloc/src/string.rs
library/core/src/alloc/layout.rs
library/core/src/char/convert.rs
library/core/src/char/methods.rs
library/core/src/num/f32.rs
library/core/src/num/f64.rs
library/core/src/num/int_macros.rs
library/core/src/num/saturating.rs
library/core/src/num/uint_macros.rs
library/core/src/num/wrapping.rs
library/core/src/str/converts.rs
library/core/src/str/lossy.rs
library/core/src/task/wake.rs
library/core/src/time.rs
library/std/src/ffi/c_str.rs
library/std/src/io/error.rs