diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/html/layout.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/librustdoc/html/layout.rs b/src/librustdoc/html/layout.rs index 88d28323e1a..583c9f2b671 100644 --- a/src/librustdoc/html/layout.rs +++ b/src/librustdoc/html/layout.rs @@ -131,6 +131,10 @@ pub fn render<T: fmt::Display, S: fmt::Display>( Search functions by type signature (e.g. \ <code>vec -> usize</code> or <code>* -> vec</code>)\ </p>\ + <p>\ + Search multiple things at once by splitting your query with comma (e.g. \ + <code>str,u8</code> or <code>String,struct:Vec,test</code>)\ + </p>\ </div>\ </div>\ </aside>\ |
