Skip to content

Commit 529130f

Browse files
BD103weihanglo
andauthored
fix: missing word in comment
Co-authored-by: Weihang Lo <[email protected]>
1 parent 4da5444 commit 529130f

File tree

1 file changed

+1
-1
lines changed
  • crates/cargo-util/src

1 file changed

+1
-1
lines changed

crates/cargo-util/src/du.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fn du_inner(path: &Path, patterns: &[&str]) -> Result<u64> {
4040
.git_exclude(false);
4141
let walker = builder.build_parallel();
4242

43-
// Platforms like PowerPC don't support AtomicU64, so we a Mutex instead.
43+
// Platforms like PowerPC don't support AtomicU64, so we use a Mutex instead.
4444
//
4545
// See:
4646
// - https://github.com/rust-lang/cargo/pull/12981

0 commit comments

Comments
 (0)