bors 1dd55471b4 Auto merge of #8892 - smoelius:fix-empty-line-false-positive, r=Manishearth
Fix `empty_line_after_outer_attribute` false positive

This PR fixes a false positive in `empty_line_after_outer_attribute`.

Here is a minimal example that trigger the FP:
```rust
#[derive(clap::Parser)]
#[clap(after_help = "This ia a help message.

You're welcome.
")]
pub struct Args;
```

changelog: PF: [`empty_line_after_outer_attribute`]: No longer lints empty lines in inner string values.
2022-05-27 20:34:06 +00:00
..
fix
2022-05-18 00:37:12 +09:00
fix
2022-05-27 01:30:44 +09:00
2022-05-25 09:08:25 +09:00
2022-05-25 09:08:25 +09:00
2022-05-24 14:42:08 +02:00
2022-05-25 09:08:25 +09:00