We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08f897 commit c83c7c9Copy full SHA for c83c7c9
src/librustdoc/html/layout.rs
@@ -131,6 +131,10 @@ pub fn render<T: fmt::Display, S: fmt::Display>(
131
Search functions by type signature (e.g. \
132
<code>vec -> usize</code> or <code>* -> vec</code>)\
133
</p>\
134
+ <p>\
135
+ Search multiple things at once by splitting your query with comma (e.g. \
136
+ <code>str,u8</code> or <code>String,struct:Vec,test</code>)\
137
+ </p>\
138
</div>\
139
140
</aside>\
0 commit comments