Skip to content

Commit 22c4160

Browse files
committed
Bless clippy test.
1 parent ad6ef48 commit 22c4160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tools/clippy/tests/ui/missing_panics_doc.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ note: first possible panic found here
4242
|
4343
LL | todo!()
4444
| ^^^^^^^
45-
= note: this error originates in the macro `$crate::panic::panic_2015` (in Nightly builds, run with -Z macro-backtrace for more info)
45+
= note: this error originates in the macro `todo` (in Nightly builds, run with -Z macro-backtrace for more info)
4646

4747
error: docs for function which may panic missing `# Panics` section
4848
--> $DIR/missing_panics_doc.rs:22:1

0 commit comments

Comments
 (0)