We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 719781b + c223406 commit 0ef35b9Copy full SHA for 0ef35b9
src/cargo/core/compiler/fingerprint.rs
@@ -807,7 +807,7 @@ impl Fingerprint {
807
FsStatus::Stale => return Ok(()),
808
};
809
810
- // If our dependency edge only requires the rmeta fiel to be present
+ // If our dependency edge only requires the rmeta file to be present
811
// then we only need to look at that one output file, otherwise we
812
// need to consider all output files to see if we're out of date.
813
let dep_mtime = if dep.only_requires_rmeta {
0 commit comments