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
2019-12-21 16:20:30 +01:00
2022-05-25 09:08:25 +09:00
2022-05-25 09:08:25 +09:00
2021-08-11 14:21:33 +00:00
2022-05-24 14:42:08 +02:00
2021-12-13 00:00:51 +00:00
2022-05-25 09:08:25 +09:00
2020-07-17 01:58:41 +02:00
2021-11-19 16:17:17 +09:00
2022-01-04 22:32:02 +00:00
2022-04-13 13:48:27 +02:00
2019-11-25 18:12:52 +03:00
fix
2022-05-10 23:54:42 +09:00
fix
2022-05-10 23:54:42 +09:00
2020-01-07 18:38:12 +09:00
fix
2022-04-23 22:45:26 +09:00