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 d0909bd commit cd5e73bCopy full SHA for cd5e73b
src/librustdoc/html/static/.eslintrc.js
@@ -83,5 +83,6 @@ module.exports = {
83
"no-floating-decimal": "error",
84
"no-implicit-globals": "error",
85
"no-implied-eval": "error",
86
+ "no-label-var": "error",
87
}
88
};
0 commit comments