We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d31ec commit c81355aCopy full SHA for c81355a
src/macros-by-example.md
@@ -365,8 +365,8 @@ lazy_static!{}
365
```
366
367
r[macro.decl.scope.macro_use.export]
368
-Macros to be imported with `#[macro_use]` must be exported with
369
-`#[macro_export]`, which is described below.
+Macros to be imported with `macro_use` must be exported with
+[`macro_export`][macro.decl.scope.macro_export].
370
371
r[macro.decl.scope.macro_export]
372
### The `macro_export` attribute
0 commit comments