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 e3d89db commit fb728c6Copy full SHA for fb728c6
src/librustdoc/html/static/.eslintrc.js
@@ -87,5 +87,6 @@ module.exports = {
87
"no-lonely-if": "error",
88
"no-mixed-operators": "error",
89
"no-multi-assign": "error",
90
+ "no-return-assign": "error",
91
}
92
};
0 commit comments