about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexey Semenyuk <alexsemenyuk88@gmail.com>2025-08-04 18:25:46 +0500
committerAlexey Semenyuk <alexsemenyuk88@gmail.com>2025-08-04 19:08:25 +0500
commit0708b6a1e685f140f653fa5f77a3c1318f0f74ff (patch)
treecec41ded8e034383d411f5edb8513a950b411d52
parente8185ec091d7fe71b03cacb7846ae1c8323e013a (diff)
downloadrust-0708b6a1e685f140f653fa5f77a3c1318f0f74ff.tar.gz
rust-0708b6a1e685f140f653fa5f77a3c1318f0f74ff.zip
Fix not showing deprecated lints
-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,