]> git.lizzy.rs Git - rust.git/commitdiff
Update doc alias documentation
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Wed, 16 Sep 2020 14:43:22 +0000 (16:43 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Fri, 2 Oct 2020 17:26:59 +0000 (19:26 +0200)
src/doc/rustdoc/src/advanced-features.md

index c9a0dff5ab30327bb6e9f9031ee12ff3669b86f5..8c7926f116b711102fb689ef34054a12cc77e256 100644 (file)
@@ -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.