Skip to content

Commit

Permalink
Rename the crates in source code
Browse files Browse the repository at this point in the history
  • Loading branch information
petrochenkov committed Jun 2, 2020
1 parent 9fd8e10 commit 2b79413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/write.rs
Expand Up @@ -352,7 +352,7 @@ impl Write {
tts: &TokenStream,
is_write: bool,
) -> (Option<StrLit>, Option<Expr>) {
use fmt_macros::{
use rustc_parse_format::{
AlignUnknown, ArgumentImplicitlyIs, ArgumentIs, ArgumentNamed, CountImplied, FormatSpec, ParseMode, Parser,
Piece,
};
Expand Down

0 comments on commit 2b79413

Please sign in to comment.