File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -178,8 +178,8 @@ unwary % cargo build
178
178
unwary %
179
179
```
180
180
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
183
183
version (or versions) of that crate are causing the lint to fire.
184
184
185
185
Invoking the command ` cargo describe-future-incompatibilities ` will make cargo
@@ -304,7 +304,7 @@ current future-incompatibility lint triggers.
304
304
305
305
As noted above, we want to continue to suppress normal lint checks for
306
306
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 .
308
308
309
309
However, the Rust compiler's behavior will change slightly. Even when
310
310
` --cap-lints=allow ` is turned on, we need Cargo to know when a
You can’t perform that action at this time.
0 commit comments