about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2020-09-16 16:43:22 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2020-10-02 19:26:59 +0200
commit4427b2d52c42d3eb7a7aecddcbbeff59ce613ab1 (patch)
tree23cf5fefe34248ded2c89b5c523c2efe049677ff /src
parent414aecb13efe13e2a163cc08e07fdaed3a407ae7 (diff)
downloadrust-4427b2d52c42d3eb7a7aecddcbbeff59ce613ab1.tar.gz
rust-4427b2d52c42d3eb7a7aecddcbbeff59ce613ab1.zip
Update doc alias documentation
Diffstat (limited to 'src')
-rw-r--r--src/doc/rustdoc/src/advanced-features.md2
1 files changed, 2 insertions, 0 deletions
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.