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 4da5444 commit 529130fCopy full SHA for 529130f
crates/cargo-util/src/du.rs
@@ -40,7 +40,7 @@ fn du_inner(path: &Path, patterns: &[&str]) -> Result<u64> {
40
.git_exclude(false);
41
let walker = builder.build_parallel();
42
43
- // Platforms like PowerPC don't support AtomicU64, so we a Mutex instead.
+ // Platforms like PowerPC don't support AtomicU64, so we use a Mutex instead.
44
//
45
// See:
46
// - https://github.com/rust-lang/cargo/pull/12981
0 commit comments