Skip to content

Commit cd9921e

Browse files
committed
Refactor changes
1 parent 03bb3bd commit cd9921e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/librustc_error_codes/error_codes/E0710.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Erroneous code example:
44

55
```compile_fail,E0710
66
#[allow(clipp::filter_map)] // error: an unknown tool name found in scoped lint: `clipp::filter_map`
7-
87
fn main() {
98
/**
109
*business logic

src/test/ui/unknown-lint-tool-name.stderr

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,3 @@ LL | #[allow(foo::bar)]
3737
error: aborting due to 6 previous errors
3838

3939
For more information about this error, try `rustc --explain E0710`.
40-
41-

0 commit comments

Comments
 (0)