Rollup merge of #94960 - codehorseman:master, r=oli-obk
Fix many spelling mistakes Signed-off-by: codehorseman <cricis@yeah.net>
This commit is contained in:
commit
270a41c33e
59 changed files with 86 additions and 86 deletions
|
@ -68,7 +68,7 @@ pub macro unreachable_2015 {
|
|||
$crate::panicking::panic("internal error: entered unreachable code")
|
||||
),
|
||||
// Use of `unreachable_display` for non_fmt_panic lint.
|
||||
// NOTE: the message ("internal error ...") is embeded directly in unreachable_display
|
||||
// NOTE: the message ("internal error ...") is embedded directly in unreachable_display
|
||||
($msg:expr $(,)?) => (
|
||||
$crate::panicking::unreachable_display(&$msg)
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue