summaryrefslogtreecommitdiffstats
path: root/src/librustdoc/html/static/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustdoc/html/static/.eslintrc.js')
-rw-r--r--src/librustdoc/html/static/.eslintrc.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/.eslintrc.js b/src/librustdoc/html/static/.eslintrc.js
index fcd925bb3..1a34530c2 100644
--- a/src/librustdoc/html/static/.eslintrc.js
+++ b/src/librustdoc/html/static/.eslintrc.js
@@ -90,7 +90,6 @@ module.exports = {
"no-return-assign": "error",
"no-script-url": "error",
"no-sequences": "error",
- "no-throw-literal": "error",
"no-div-regex": "error",
}
};