We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1509160 commit b31707eCopy full SHA for b31707e
src/librustc_error_codes/error_codes/E0710.md
@@ -16,15 +16,6 @@ fn main() {
16
}
17
```
18
19
-```compile_fail,E0710
20
-fn main() {
21
- #![deny(clipp::filter_map)] //error!
22
- fn filter() {
23
- //logic
24
- }
25
-}
26
-```
27
-
28
Please verify you didn't misspell the tool's name or that you didn't
29
forget to import it in you project:
30
@@ -41,12 +32,3 @@ fn main() {
41
32
// business logic
42
33
43
34
44
45
46
47
- #![deny(clippy::filter_map)] // ok!
48
49
50
51
52
0 commit comments