From 26b887d9560d5b2c4ce831e81308a49b13fc4546 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sat, 8 Jun 2024 04:05:00 +0200 Subject: [PATCH] "cargo fix" now removes "extern crate" statements --- src/rust-2018/path-changes.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/rust-2018/path-changes.md b/src/rust-2018/path-changes.md index 60bf1155..d2667bfe 100644 --- a/src/rust-2018/path-changes.md +++ b/src/rust-2018/path-changes.md @@ -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