Skip to content

Commit

Permalink
Bless clippy test.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Dec 22, 2021
1 parent ad6ef48 commit 22c4160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/clippy/tests/ui/missing_panics_doc.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22c4160

Please sign in to comment.