Skip to content

Commit 009876a

Browse files
committed
fix(fingerprint): rustfmt
1 parent 8343fb7 commit 009876a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/cargo/core/compiler/fingerprint.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -756,11 +756,7 @@ impl Fingerprint {
756756
/// dependencies up to this unit as well. This function assumes that the
757757
/// unit starts out as `FsStatus::Stale` and then it will optionally switch
758758
/// it to `UpToDate` if it can.
759-
fn check_filesystem(
760-
&mut self,
761-
pkg_root: &Path,
762-
target_root: &Path,
763-
) -> CargoResult<()> {
759+
fn check_filesystem(&mut self, pkg_root: &Path, target_root: &Path) -> CargoResult<()> {
764760
assert!(!self.fs_status.up_to_date());
765761

766762
let mut mtimes = HashMap::new();

0 commit comments

Comments
 (0)