about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Macleod <alex@macleod.io>2025-08-04 14:17:59 +0000
committerGitHub <noreply@github.com>2025-08-04 14:17:59 +0000
commit048e8f2d0196a4af2699f3615dcbc10b2de1828f (patch)
treec7ddbb934f98c8cad85821666450548415efe5e5
parent7a179313b96cc9fe9d83218890085494b74f92f6 (diff)
parent0708b6a1e685f140f653fa5f77a3c1318f0f74ff (diff)
downloadrust-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.js1
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,