Skip to content

Commit 6f563ba

Browse files
committed
Mention rustfix won't modify extern crate
Fixes #55
1 parent 0ab5a87 commit 6f563ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/rust-2018/module-system/path-clarity.md

+3
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ keep doing what you were doing there as well.
7777
One other use for `extern crate` was to import macros; that's no longer needed.
7878
Check [the macro section](../macros/macro-changes.html) for more.
7979

80+
> One small note here: `cargo fix` will not currently automate this change. We may
81+
> have it do this for you in the future.
82+
8083
### The `crate` keyword refers to the current crate.
8184

8285
In `use` declarations and in other code, you can refer to the root of the

0 commit comments

Comments
 (0)