Update tools_lints

This commit is contained in:
bishtpawan 2020-03-24 15:41:31 +05:30
parent cd9921ed82
commit 10226daa4e
2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,7 @@ An unknown tool name found in scoped lint
Erroneous code example:
```compile_fail,E0710
#[allow(clipp::filter_map)] // error: an unknown tool name found in scoped lint: `clipp::filter_map`
#[allow(clipp::filter_map)] // error!`
fn main() {
/**
*business logic
@ -21,4 +21,4 @@ fn main() {
*business logic
*/
}
```
```

View file

@ -18,3 +18,4 @@ LL | #[warn(foo::bar)]
error: aborting due to 3 previous errors
For more information about this error, try `rustc --explain E0710`.