Skip to content

Commit

Permalink
Merge PR #305: cargo fix now removes extern crate
Browse files Browse the repository at this point in the history
  • Loading branch information
traviscross committed Jun 8, 2024
2 parents 6dc4eee + 26b887d commit a04d063
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/rust-2018/path-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ and then there is no step two. If you're not using Cargo, you already had to pas
`--extern` flags to give `rustc` the location of external crates, so you'd just
keep doing what you were doing there as well.

> One small note here: `cargo fix` will not currently automate this change. We may
> have it do this for you in the future.
#### An exception

There's one exception to this rule, and that's the "sysroot" crates. These are the
Expand Down

0 comments on commit a04d063

Please sign in to comment.