Skip to content

Commit 10226da

Browse files
committed
Update tools_lints
1 parent cd9921e commit 10226da

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/librustc_error_codes/error_codes/E0710.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ An unknown tool name found in scoped lint
33
Erroneous code example:
44

55
```compile_fail,E0710
6-
#[allow(clipp::filter_map)] // error: an unknown tool name found in scoped lint: `clipp::filter_map`
6+
#[allow(clipp::filter_map)] // error!`
77
fn main() {
88
/**
99
*business logic
@@ -21,4 +21,4 @@ fn main() {
2121
*business logic
2222
*/
2323
}
24-
```
24+
```

src/test/ui/tool_lints.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ LL | #[warn(foo::bar)]
1818

1919
error: aborting due to 3 previous errors
2020

21+
For more information about this error, try `rustc --explain E0710`.

0 commit comments

Comments
 (0)