From: Guillaume Gomez Date: Wed, 16 Sep 2020 14:43:22 +0000 (+0200) Subject: Update doc alias documentation X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=4427b2d52c42d3eb7a7aecddcbbeff59ce613ab1;p=rust.git Update doc alias documentation --- 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.