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 4a07a39 commit 2688763Copy full SHA for 2688763
content/inside-rust/this-development-cycle-in-cargo-1.90.md
@@ -353,7 +353,7 @@ This runs counter to the way the rest of Cargo works which creates warts in beha
353
Some examples of problems with doctests are:
354
- inability to run `cargo check` or `cargo clippy` on them
355
- `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
+- cargo can't collect "unused dependency" messages from rustc to identify which dependencies are unused across all dev-dependencies
357
358
This also affects future plans including:
359
- Coverage reporting ([#13040](https://github.com/rust-lang/cargo/issues/13040))
0 commit comments