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 03bb3bd commit cd9921eCopy full SHA for cd9921e
src/librustc_error_codes/error_codes/E0710.md
@@ -4,7 +4,6 @@ Erroneous code example:
4
5
```compile_fail,E0710
6
#[allow(clipp::filter_map)] // error: an unknown tool name found in scoped lint: `clipp::filter_map`
7
-
8
fn main() {
9
/**
10
*business logic
src/test/ui/unknown-lint-tool-name.stderr
@@ -37,5 +37,3 @@ LL | #[allow(foo::bar)]
37
error: aborting due to 6 previous errors
38
39
For more information about this error, try `rustc --explain E0710`.
40
41
0 commit comments