about summary refs log tree commit diff
path: root/tests/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.panic-abort.diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-05-27 20:34:06 +0000
committerbors <bors@rust-lang.org>2022-05-27 20:34:06 +0000
commit1dd55471b4e95ab8dfc5e55e80a2a59f55817931 (patch)
treef31fd1e34081ebd41910104a6a9b94ff78be95d0 /tests/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.panic-abort.diff
parent461a6613cf6035844a410a093746d028fc5d9216 (diff)
parent9ee211af9fb04802a23be3557c606d833e288d82 (diff)
downloadrust-1dd55471b4e95ab8dfc5e55e80a2a59f55817931.tar.gz
rust-1dd55471b4e95ab8dfc5e55e80a2a59f55817931.zip
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.
Diffstat (limited to 'tests/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.panic-abort.diff')
0 files changed, 0 insertions, 0 deletions