Skip to content

Commit

Permalink
Remove unknown lint from deny attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
bishtpawan committed Mar 24, 2020
1 parent 1509160 commit b31707e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/librustc_error_codes/error_codes/E0710.md
Expand Up @@ -16,15 +16,6 @@ fn main() {
}
```

```compile_fail,E0710
fn main() {
#![deny(clipp::filter_map)] //error!
fn filter() {
//logic
}
}
```

Please verify you didn't misspell the tool's name or that you didn't
forget to import it in you project:

Expand All @@ -41,12 +32,3 @@ fn main() {
// business logic
}
```

```
fn main() {
#![deny(clippy::filter_map)] // ok!
fn filter() {
//logic
}
}
```

0 comments on commit b31707e

Please sign in to comment.