Skip to content

Commit

Permalink
Auto merge of #12522 - matthiasbeyer:fix-typo, r=weihanglo
Browse files Browse the repository at this point in the history
Fix typo: "use" -> "used"

Fix a typo in the doc comment of the `Metadata` type.
  • Loading branch information
bors committed Aug 18, 2023
2 parents 5633e2a + 2aeb5b5 commit b28be28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/core/compiler/context/compilation_files.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use crate::util::{self, CargoResult, StableHasher};
const METADATA_VERSION: u8 = 2;

/// The `Metadata` is a hash used to make unique file names for each unit in a
/// build. It is also use for symbol mangling.
/// build. It is also used for symbol mangling.
///
/// For example:
/// - A project may depend on crate `A` and crate `B`, so the package name must be in the file name.
Expand Down

0 comments on commit b28be28

Please sign in to comment.