1
- error: Found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
1
+ error: found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
2
2
--> $DIR/empty_line_after_outer_attribute.rs:11:1
3
3
|
4
4
LL | / #[crate_type = "lib"]
@@ -9,15 +9,15 @@ LL | | fn with_one_newline_and_comment() { assert!(true) }
9
9
|
10
10
= note: `-D clippy::empty-line-after-outer-attr` implied by `-D warnings`
11
11
12
- error: Found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
12
+ error: found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
13
13
--> $DIR/empty_line_after_outer_attribute.rs:23:1
14
14
|
15
15
LL | / #[crate_type = "lib"]
16
16
LL | |
17
17
LL | | fn with_one_newline() { assert!(true) }
18
18
| |_
19
19
20
- error: Found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
20
+ error: found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
21
21
--> $DIR/empty_line_after_outer_attribute.rs:28:1
22
22
|
23
23
LL | / #[crate_type = "lib"]
@@ -26,23 +26,23 @@ LL | |
26
26
LL | | fn with_two_newlines() { assert!(true) }
27
27
| |_
28
28
29
- error: Found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
29
+ error: found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
30
30
--> $DIR/empty_line_after_outer_attribute.rs:35:1
31
31
|
32
32
LL | / #[crate_type = "lib"]
33
33
LL | |
34
34
LL | | enum Baz {
35
35
| |_
36
36
37
- error: Found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
37
+ error: found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
38
38
--> $DIR/empty_line_after_outer_attribute.rs:43:1
39
39
|
40
40
LL | / #[crate_type = "lib"]
41
41
LL | |
42
42
LL | | struct Foo {
43
43
| |_
44
44
45
- error: Found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
45
+ error: found an empty line after an outer attribute. Perhaps you forgot to add a `!` to make it an inner attribute?
46
46
--> $DIR/empty_line_after_outer_attribute.rs:51:1
47
47
|
48
48
LL | / #[crate_type = "lib"]
0 commit comments