Skip to content

Commit 4427b2d

Browse files
Update doc alias documentation
1 parent 414aecb commit 4427b2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/rustdoc/src/advanced-features.md

+2
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ pub struct BigX;
4646

4747
Then, when looking for it through the `rustdoc` search, if you enter "x" or
4848
"big", search will show the `BigX` struct first.
49+
50+
There are some limitations on the doc alias names though: you can't use `"` or whitespace.

0 commit comments

Comments
 (0)