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 {
|
if show_doc_note {
|
||||||
diag.note(concat!(
|
diag.note(concat!(
|
||||||
stringify!($kind),
|
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 {
|
if suggestions.len() > 0 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue