Skip to content

Commit 94a7303

Browse files
committed
Fix comment for cargo/core/compiler/fingerprint/mod.rs
Signed-off-by: carrychair <linghuchong404@gmail.com>
1 parent a466cc5 commit 94a7303

File tree

1 file changed

+1
-1
lines changed
  • src/cargo/core/compiler/fingerprint

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/fingerprint/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
//! simple system for detecting rebuilds. [`LocalFingerprint::Precalculated`] is
255255
//! used for rustdoc units. For registry packages, this is the package
256256
//! version. For git packages, it is the git hash. For path packages, it is
257-
//! the a string of the mtime of the newest file in the package.
257+
//! a string of the mtime of the newest file in the package.
258258
//!
259259
//! There are some known bugs with how this works, so it should be improved at
260260
//! some point.

0 commit comments

Comments
 (0)