Skip to content

Commit c81355a

Browse files
ehusstraviscross
authored andcommitted
Link to macro_export
1 parent 08d31ec commit c81355a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/macros-by-example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,8 @@ lazy_static!{}
365365
```
366366

367367
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.
368+
Macros to be imported with `macro_use` must be exported with
369+
[`macro_export`][macro.decl.scope.macro_export].
370370

371371
r[macro.decl.scope.macro_export]
372372
### The `macro_export` attribute

0 commit comments

Comments
 (0)