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.
1 parent 3a8b014 commit ec78ff4Copy full SHA for ec78ff4
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