We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab5a87 commit 6f563baCopy full SHA for 6f563ba
src/rust-2018/module-system/path-clarity.md
@@ -77,6 +77,9 @@ keep doing what you were doing there as well.
77
One other use for `extern crate` was to import macros; that's no longer needed.
78
Check [the macro section](../macros/macro-changes.html) for more.
79
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
+
83
### The `crate` keyword refers to the current crate.
84
85
In `use` declarations and in other code, you can refer to the root of the
0 commit comments