Skip to content

Commit 2688763

Browse files
this-development-cycle-in-cargo-1.90.md: fix typo (#1714)
1 parent 4a07a39 commit 2688763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/inside-rust/this-development-cycle-in-cargo-1.90.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ This runs counter to the way the rest of Cargo works which creates warts in beha
353353
Some examples of problems with doctests are:
354354
- inability to run `cargo check` or `cargo clippy` on them
355355
- `cargo test --workspace` rebuilding doctests when there was no change
356-
- cargo can't collect "unused depednency" messages from rustc to identify which dependencies are unused across all dev-dependencies
356+
- cargo can't collect "unused dependency" messages from rustc to identify which dependencies are unused across all dev-dependencies
357357

358358
This also affects future plans including:
359359
- Coverage reporting ([#13040](https://github.com/rust-lang/cargo/issues/13040))

0 commit comments

Comments
 (0)