diff options
| author | flip1995 <hello@philkrones.com> | 2020-01-31 10:42:31 +0100 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2020-01-31 10:57:52 +0100 |
| commit | 5ba4aa8ebab79ffff4cb621fa22a07d32ea41b1f (patch) | |
| tree | 4772d79f2e2308e07035e5690ef606a00eec216f /src | |
| parent | 006f07f090894f09910fe6f15e5a670a955f8166 (diff) | |
| download | rust-5ba4aa8ebab79ffff4cb621fa22a07d32ea41b1f.tar.gz rust-5ba4aa8ebab79ffff4cb621fa22a07d32ea41b1f.zip | |
Move debug_assertions_with_mut_call to nursery
Diffstat (limited to 'src')
| -rw-r--r-- | src/lintlist/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lintlist/mod.rs b/src/lintlist/mod.rs index 3edde70a27f..eaada9961b0 100644 --- a/src/lintlist/mod.rs +++ b/src/lintlist/mod.rs @@ -289,7 +289,7 @@ pub const ALL_LINTS: [Lint; 351] = [ }, Lint { name: "debug_assert_with_mut_call", - group: "correctness", + group: "nursery", desc: "mutable arguments in `debug_assert{,_ne,_eq}!`", deprecation: None, module: "mutable_debug_assertion", |
