Skip to content

Commit b28be28

Browse files
committed
Auto merge of #12522 - matthiasbeyer:fix-typo, r=weihanglo
Fix typo: "use" -> "used" Fix a typo in the doc comment of the `Metadata` type.
2 parents 5633e2a + 2aeb5b5 commit b28be28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/context/compilation_files.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use crate::util::{self, CargoResult, StableHasher};
2626
const METADATA_VERSION: u8 = 2;
2727

2828
/// 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.
29+
/// build. It is also used for symbol mangling.
3030
///
3131
/// For example:
3232
/// - A project may depend on crate `A` and crate `B`, so the package name must be in the file name.

0 commit comments

Comments
 (0)