diff options
| author | bors <bors@rust-lang.org> | 2023-09-06 06:13:21 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-09-06 06:13:21 +0000 |
| commit | 6e4fd87002c7ebf24a8c97dfad0f0df2701cfb4c (patch) | |
| tree | 5dec19f4d974a33fb36aaaf936c4ab86b51b7f31 /src/tools/clippy/tests/ui/println_empty_string.stderr | |
| parent | f2568c8316805749fe616e3de08c3f7c2bec3680 (diff) | |
| parent | b87067643257deddb36977b03e1b5497b2935595 (diff) | |
Auto merge of #3053 - RalfJung:rustup, r=RalfJung
Rustup
Diffstat (limited to 'src/tools/clippy/tests/ui/println_empty_string.stderr')
| -rw-r--r-- | src/tools/clippy/tests/ui/println_empty_string.stderr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/clippy/tests/ui/println_empty_string.stderr b/src/tools/clippy/tests/ui/println_empty_string.stderr index eb740abc6b0..c89e64f665a 100644 --- a/src/tools/clippy/tests/ui/println_empty_string.stderr +++ b/src/tools/clippy/tests/ui/println_empty_string.stderr @@ -7,6 +7,7 @@ LL | println!(""); | help: remove the empty string | = note: `-D clippy::println-empty-string` implied by `-D warnings` + = help: to override `-D warnings` add `#[allow(clippy::println_empty_string)]` error: empty string literal in `println!` --> $DIR/println_empty_string.rs:8:14 |
