]> git.lizzy.rs Git - rust.git/commit
Add #[must_use] to is_condition tests
authorJohn Kugelman <john@kugelman.name>
Sun, 10 Oct 2021 01:27:13 +0000 (21:27 -0400)
committerJohn Kugelman <john@kugelman.name>
Sun, 10 Oct 2021 01:27:13 +0000 (21:27 -0400)
commit475e9925a71648b48767c03b342fe327c003c15e
treee056c98706d6a7147e23bc540574430133aa0d20
parentbb918d0a5bf22211df0423f7474e4e4056978007
Add #[must_use] to is_condition tests

There's nothing insightful to say about these so I didn't write any
extra explanations.
12 files changed:
library/alloc/src/collections/btree/set.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/mod.rs
library/core/src/num/nonzero.rs
library/core/src/num/saturating.rs
library/core/src/num/uint_macros.rs
library/core/src/num/wrapping.rs
library/core/src/str/mod.rs
library/core/src/time.rs