We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d13bead + ec78ff4 commit 0a66e3aCopy full SHA for 0a66e3a
src/librustdoc/html/static/.eslintrc.js
@@ -89,5 +89,7 @@ module.exports = {
89
"no-multi-assign": "error",
90
"no-return-assign": "error",
91
"no-script-url": "error",
92
+ "no-sequences": "error",
93
+ "no-throw-literal": "error",
94
}
95
};
0 commit comments