mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
Rename the crates in source code
This commit is contained in:
parent
9fd8e1088f
commit
2b79413491
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ impl Write {
|
||||||
tts: &TokenStream,
|
tts: &TokenStream,
|
||||||
is_write: bool,
|
is_write: bool,
|
||||||
) -> (Option<StrLit>, Option<Expr>) {
|
) -> (Option<StrLit>, Option<Expr>) {
|
||||||
use fmt_macros::{
|
use rustc_parse_format::{
|
||||||
AlignUnknown, ArgumentImplicitlyIs, ArgumentIs, ArgumentNamed, CountImplied, FormatSpec, ParseMode, Parser,
|
AlignUnknown, ArgumentImplicitlyIs, ArgumentIs, ArgumentNamed, CountImplied, FormatSpec, ParseMode, Parser,
|
||||||
Piece,
|
Piece,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue