Update format.rs
This commit is contained in:
parent
d5a7ddd99f
commit
32ab2d95f1
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ fn report_missing_placeholders(
|
|||
if show_doc_note {
|
||||
diag.note(concat!(
|
||||
stringify!($kind),
|
||||
" formatting not supported; see the documentation for `std::fmt`",
|
||||
" formatting is not supported; see the documentation for `std::fmt`",
|
||||
));
|
||||
}
|
||||
if suggestions.len() > 0 {
|
||||
|
|
Loading…
Add table
Reference in a new issue