File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ This runs counter to the way the rest of Cargo works which creates warts in beha
353
353
Some examples of problems with doctests are:
354
354
- inability to run ` cargo check ` or ` cargo clippy ` on them
355
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
356
+ - cargo can't collect "unused dependency " messages from rustc to identify which dependencies are unused across all dev-dependencies
357
357
358
358
This also affects future plans including:
359
359
- Coverage reporting ([ #13040 ] ( https://github.com/rust-lang/cargo/issues/13040 ) )
You can’t perform that action at this time.
0 commit comments