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 e7d1b5a commit 584eec6Copy full SHA for 584eec6
src/librustdoc/html/static/.eslintrc.js
@@ -73,5 +73,6 @@ module.exports = {
73
"no-fallthrough": "error",
74
"no-invalid-regexp": "error",
75
"no-import-assign": "error",
76
+ "no-self-compare": "error",
77
}
78
};
0 commit comments