Update format.rs

This commit is contained in:
Gimbles 2023-01-02 15:51:54 +05:30 committed by GitHub
parent d5a7ddd99f
commit 32ab2d95f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {