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 4bb728d commit 9f79a03Copy full SHA for 9f79a03
src/librustdoc/html/static/.eslintrc.js
@@ -65,5 +65,6 @@ module.exports = {
65
"eqeqeq": "error",
66
"no-const-assign": "error",
67
"no-debugger": "error",
68
+ "no-dupe-args": "error",
69
}
70
};
0 commit comments