Skip to content

Commit 64d1f9f

Browse files
committed
fix typos.
1 parent 90415f8 commit 64d1f9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

text/0000-cargo-report-future-incompat.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ unwary % cargo build
178178
unwary %
179179
```
180180

181-
If the depedency graph for the current crate contains multiple versions of
182-
a crate listed by the end report, then the end report shoiuld include which
181+
If the dependency graph for the current crate contains multiple versions of
182+
a crate listed by the end report, then the end report should include which
183183
version (or versions) of that crate are causing the lint to fire.
184184

185185
Invoking the command `cargo describe-future-incompatibilities` will make cargo
@@ -304,7 +304,7 @@ current future-incompatibility lint triggers.
304304

305305
As noted above, we want to continue to suppress normal lint checks for
306306
upstream dependencies. Therefore, Cargo will continue to pass
307-
`--cap-lints=allow` for non-path upstream depedencies.
307+
`--cap-lints=allow` for non-path upstream dependencies.
308308

309309
However, the Rust compiler's behavior will change slightly. Even when
310310
`--cap-lints=allow` is turned on, we need Cargo to know when a

0 commit comments

Comments
 (0)