We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a466cc5 commit 94a7303Copy full SHA for 94a7303
src/cargo/core/compiler/fingerprint/mod.rs
@@ -254,7 +254,7 @@
254
//! simple system for detecting rebuilds. [`LocalFingerprint::Precalculated`] is
255
//! used for rustdoc units. For registry packages, this is the package
256
//! 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.
+//! a string of the mtime of the newest file in the package.
258
//!
259
//! There are some known bugs with how this works, so it should be improved at
260
//! some point.
0 commit comments