11error: Found an empty line after an outer attribute. Perhaps you forgot to add a '!' to make it an inner attribute?
2- --> $DIR/empty_line_after_outer_attribute.rs:4 :1
2+ --> $DIR/empty_line_after_outer_attribute.rs:7 :1
33 |
44LL | / #[crate_type = "lib"]
55LL | |
@@ -10,15 +10,15 @@ LL | | fn with_one_newline_and_comment() { assert!(true) }
1010 = note: `-D clippy::empty-line-after-outer-attr` implied by `-D warnings`
1111
1212error: Found an empty line after an outer attribute. Perhaps you forgot to add a '!' to make it an inner attribute?
13- --> $DIR/empty_line_after_outer_attribute.rs:16 :1
13+ --> $DIR/empty_line_after_outer_attribute.rs:19 :1
1414 |
1515LL | / #[crate_type = "lib"]
1616LL | |
1717LL | | fn with_one_newline() { assert!(true) }
1818 | |_
1919
2020error: Found an empty line after an outer attribute. Perhaps you forgot to add a '!' to make it an inner attribute?
21- --> $DIR/empty_line_after_outer_attribute.rs:21 :1
21+ --> $DIR/empty_line_after_outer_attribute.rs:24 :1
2222 |
2323LL | / #[crate_type = "lib"]
2424LL | |
@@ -27,23 +27,23 @@ LL | | fn with_two_newlines() { assert!(true) }
2727 | |_
2828
2929error: Found an empty line after an outer attribute. Perhaps you forgot to add a '!' to make it an inner attribute?
30- --> $DIR/empty_line_after_outer_attribute.rs:28 :1
30+ --> $DIR/empty_line_after_outer_attribute.rs:31 :1
3131 |
3232LL | / #[crate_type = "lib"]
3333LL | |
3434LL | | enum Baz {
3535 | |_
3636
3737error: Found an empty line after an outer attribute. Perhaps you forgot to add a '!' to make it an inner attribute?
38- --> $DIR/empty_line_after_outer_attribute.rs:36 :1
38+ --> $DIR/empty_line_after_outer_attribute.rs:39 :1
3939 |
4040LL | / #[crate_type = "lib"]
4141LL | |
4242LL | | struct Foo {
4343 | |_
4444
4545error: Found an empty line after an outer attribute. Perhaps you forgot to add a '!' to make it an inner attribute?
46- --> $DIR/empty_line_after_outer_attribute.rs:44 :1
46+ --> $DIR/empty_line_after_outer_attribute.rs:47 :1
4747 |
4848LL | / #[crate_type = "lib"]
4949LL | |
0 commit comments