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 5633e2a commit 2aeb5b5Copy full SHA for 2aeb5b5
src/cargo/core/compiler/context/compilation_files.rs
@@ -26,7 +26,7 @@ use crate::util::{self, CargoResult, StableHasher};
26
const METADATA_VERSION: u8 = 2;
27
28
/// The `Metadata` is a hash used to make unique file names for each unit in a
29
-/// build. It is also use for symbol mangling.
+/// build. It is also used for symbol mangling.
30
///
31
/// For example:
32
/// - A project may depend on crate `A` and crate `B`, so the package name must be in the file name.
0 commit comments