Skip to content

Commit 2b79413

Browse files
committed
Rename the crates in source code
1 parent 9fd8e10 commit 2b79413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/write.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ impl Write {
352352
tts: &TokenStream,
353353
is_write: bool,
354354
) -> (Option<StrLit>, Option<Expr>) {
355-
use fmt_macros::{
355+
use rustc_parse_format::{
356356
AlignUnknown, ArgumentImplicitlyIs, ArgumentIs, ArgumentNamed, CountImplied, FormatSpec, ParseMode, Parser,
357357
Piece,
358358
};

0 commit comments

Comments
 (0)