From 4427b2d52c42d3eb7a7aecddcbbeff59ce613ab1 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 16 Sep 2020 16:43:22 +0200 Subject: [PATCH] Update doc alias documentation --- src/doc/rustdoc/src/advanced-features.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/doc/rustdoc/src/advanced-features.md b/src/doc/rustdoc/src/advanced-features.md index c9a0dff5ab3..8c7926f116b 100644 --- a/src/doc/rustdoc/src/advanced-features.md +++ b/src/doc/rustdoc/src/advanced-features.md @@ -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. -- 2.44.0