Closed
Description
Summary
Pretty self-explanatory (I think).
Lint Name
empty_line_after_outer_attr
Reproducer
I tried this code (playground link):
#![warn(clippy::empty_line_after_outer_attr)]
/// Main function
fn main() {}
I expected to see this happen:
A warning.
Instead, this happened:
No warning.
Version
No response