diff options
| author | Alex Macleod <alex@macleod.io> | 2025-08-04 14:17:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-04 14:17:59 +0000 |
| commit | 048e8f2d0196a4af2699f3615dcbc10b2de1828f (patch) | |
| tree | c7ddbb934f98c8cad85821666450548415efe5e5 | |
| parent | 7a179313b96cc9fe9d83218890085494b74f92f6 (diff) | |
| parent | 0708b6a1e685f140f653fa5f77a3c1318f0f74ff (diff) | |
| download | rust-048e8f2d0196a4af2699f3615dcbc10b2de1828f.tar.gz rust-048e8f2d0196a4af2699f3615dcbc10b2de1828f.zip | |
Fix not showing deprecated lints (#15407)
As discussed at rust-lang/rust-clippy#15387 revert changes https://github.com/rust-lang/rust-clippy/pull/15315 to show deprecated. changelog: none
| -rw-r--r-- | util/gh-pages/script.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/gh-pages/script.js b/util/gh-pages/script.js index d3204967531..cfc5fb7b27c 100644 --- a/util/gh-pages/script.js +++ b/util/gh-pages/script.js @@ -208,6 +208,7 @@ const LEVEL_FILTERS_DEFAULT = { allow: true, warn: true, deny: true, + none: true, }; const APPLICABILITIES_FILTER_DEFAULT = { Unspecified: true, |
