We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8343fb7 commit 009876aCopy full SHA for 009876a
src/cargo/core/compiler/fingerprint.rs
@@ -756,11 +756,7 @@ impl Fingerprint {
756
/// dependencies up to this unit as well. This function assumes that the
757
/// unit starts out as `FsStatus::Stale` and then it will optionally switch
758
/// it to `UpToDate` if it can.
759
- fn check_filesystem(
760
- &mut self,
761
- pkg_root: &Path,
762
- target_root: &Path,
763
- ) -> CargoResult<()> {
+ fn check_filesystem(&mut self, pkg_root: &Path, target_root: &Path) -> CargoResult<()> {
764
assert!(!self.fs_status.up_to_date());
765
766
let mut mtimes = HashMap::new();
0 commit comments