Skip to content

Commit 32ab2d9

Browse files
author
Gimbles
authored
Update format.rs
1 parent d5a7ddd commit 32ab2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_builtin_macros/src/format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ fn report_missing_placeholders(
638638
if show_doc_note {
639639
diag.note(concat!(
640640
stringify!($kind),
641-
" formatting not supported; see the documentation for `std::fmt`",
641+
" formatting is not supported; see the documentation for `std::fmt`",
642642
));
643643
}
644644
if suggestions.len() > 0 {

0 commit comments

Comments
 (0)