We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e63cec commit 74c384bCopy full SHA for 74c384b
src/doc/book/macros.md
@@ -611,8 +611,7 @@ to define a single macro that works both inside and outside our library. The
611
function name will expand to either `::increment` or `::mylib::increment`.
612
613
To keep this system simple and correct, `#[macro_use] extern crate ...` may
614
-only appear at the root of your crate, not inside `mod`. This ensures that
615
-`$crate` is a single identifier.
+only appear at the root of your crate, not inside `mod`.
616
617
# The deep end
618
0 commit comments