Skip to content

Commit

Permalink
Update doc alias documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Oct 2, 2020
1 parent 414aecb commit 4427b2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/doc/rustdoc/src/advanced-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ pub struct BigX;

Then, when looking for it through the `rustdoc` search, if you enter "x" or
"big", search will show the `BigX` struct first.

There are some limitations on the doc alias names though: you can't use `"` or whitespace.

0 comments on commit 4427b2d

Please sign in to comment.