diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2021-12-22 17:25:44 +0100 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2021-12-22 17:25:44 +0100 |
| commit | 22c4160c76a660e43f6a36149916c46a89aff7d3 (patch) | |
| tree | 545199f305f1f8631794da6e1a89cbafa60bfaec | |
| parent | ad6ef48dd915d2f2695f098fe7de3740372f1f5f (diff) | |
| download | rust-22c4160c76a660e43f6a36149916c46a89aff7d3.tar.gz rust-22c4160c76a660e43f6a36149916c46a89aff7d3.zip | |
Bless clippy test.
| -rw-r--r-- | src/tools/clippy/tests/ui/missing_panics_doc.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clippy/tests/ui/missing_panics_doc.stderr b/src/tools/clippy/tests/ui/missing_panics_doc.stderr index 60282939ef0..8bccbaefe23 100644 --- a/src/tools/clippy/tests/ui/missing_panics_doc.stderr +++ b/src/tools/clippy/tests/ui/missing_panics_doc.stderr @@ -42,7 +42,7 @@ note: first possible panic found here | LL | todo!() | ^^^^^^^ - = note: this error originates in the macro `$crate::panic::panic_2015` (in Nightly builds, run with -Z macro-backtrace for more info) + = note: this error originates in the macro `todo` (in Nightly builds, run with -Z macro-backtrace for more info) error: docs for function which may panic missing `# Panics` section --> $DIR/missing_panics_doc.rs:22:1 |
