Skip to content

Commit 0ef35b9

Browse files
committed
Auto merge of #6974 - pickfire:patch-1, r=ehuss
Fix typo
2 parents 719781b + c223406 commit 0ef35b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/fingerprint.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ impl Fingerprint {
807807
FsStatus::Stale => return Ok(()),
808808
};
809809

810-
// If our dependency edge only requires the rmeta fiel to be present
810+
// If our dependency edge only requires the rmeta file to be present
811811
// then we only need to look at that one output file, otherwise we
812812
// need to consider all output files to see if we're out of date.
813813
let dep_mtime = if dep.only_requires_rmeta {

0 commit comments

Comments
 (0)