diff options
| author | Aaron Hill <aa1ronham@gmail.com> | 2020-09-08 17:59:43 -0400 |
|---|---|---|
| committer | Aaron Hill <aa1ronham@gmail.com> | 2020-09-08 17:59:56 -0400 |
| commit | 4434e8cefbec96e6928ea23769eb1a83d0f198b5 (patch) | |
| tree | c05ed5ed0c90c88594e689b508bbddacbe3d835e /library/std/src/os/linux/mod.rs | |
| parent | f422ef141a1185f721093205fabc6f5a57e3dcc0 (diff) | |
| download | rust-4434e8cefbec96e6928ea23769eb1a83d0f198b5.tar.gz rust-4434e8cefbec96e6928ea23769eb1a83d0f198b5.zip | |
Adjust Clippy for CONST_ITEM_MUTATION lint
We no longer lint assignments to const item fields in the `temporary_assignment` lint, since this is now covered by the `CONST_ITEM_MUTATION` lint. Additionally, we `#![allow(const_item_mutation)]` in the `borrow_interior_mutable_const.rs` test. Clippy UI tests are run with `-D warnings`, which seems to cause builtin lints to prevent Clippy lints from running.
Diffstat (limited to 'library/std/src/os/linux/mod.rs')
0 files changed, 0 insertions, 0 deletions
