diff options
Diffstat (limited to 'clippy-nightly.toml')
| -rw-r--r-- | clippy-nightly.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clippy-nightly.toml b/clippy-nightly.toml index a0df6e2c4..af916ec64 100644 --- a/clippy-nightly.toml +++ b/clippy-nightly.toml @@ -3,4 +3,5 @@ # We must edit the tree, this way, sadly: # https://github.com/rust-lang/rust-clippy/issues/8973 -allow-dbg-in-tests = true +# (currently we do not need tohave anything here; everything is dealt with +# by suppressions maintained by maint/add_warning) |
