mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +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 {
|
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…
Reference in New Issue
Block a user