Skip to content

Commit

Permalink
fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Dec 30, 2019
1 parent 90415f8 commit 64d1f9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions text/0000-cargo-report-future-incompat.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ unwary % cargo build
unwary %
```

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

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

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

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

0 comments on commit 64d1f9f

Please sign in to comment.