Skip to content

Commit bac9935

Browse files
Borja Munoz Fernandezsylvestre
authored andcommitted
use rustc 1.75 fmt...
1 parent b18c598 commit bac9935

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/compiler/c.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ use crate::dist;
2525
use crate::dist::pkg;
2626
use crate::mock_command::CommandCreatorSync;
2727
use crate::util::{
28-
Digest, HashToDigest, MetadataCtimeExt, TimeMacroFinder, Timestamp, decode_path, encode_path,
29-
hash_all,
28+
decode_path, encode_path, hash_all, Digest, HashToDigest, MetadataCtimeExt, TimeMacroFinder,
29+
Timestamp,
3030
};
3131
use async_trait::async_trait;
3232
use fs_err as fs;
@@ -44,8 +44,8 @@ use std::sync::Arc;
4444

4545
use crate::errors::*;
4646

47-
use super::CacheControl;
4847
use super::preprocessor_cache::PreprocessorCacheEntry;
48+
use super::CacheControl;
4949

5050
/// A generic implementation of the `Compiler` trait for C/C++ compilers.
5151
#[derive(Clone)]

0 commit comments

Comments
 (0)