mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
Update format.rs
This commit is contained in:
parent
d5a7ddd99f
commit
32ab2d95f1
@ -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…
Reference in New Issue
Block a user