Fix compile failure due to 2015 module system being weird

This commit is contained in:
Joshua Nelson 2021-02-22 23:19:40 -05:00
parent 86e2fcbf31
commit c2694f15d0

View File

@ -109,7 +109,7 @@ Links are resolved in the scope of the module where the item is defined, even
when the item is re-exported. If a link from another crate fails to resolve, no
warning is given.
```rust
```rust,edition2018
mod inner {
/// Link to [f()]
pub struct S;