We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0d284e + 1f25fd7 commit d319ba2Copy full SHA for d319ba2
src/librustdoc/html/layout.rs
@@ -150,6 +150,14 @@ pub fn render<T: Print, S: Print>(
150
Search multiple things at once by splitting your query with comma (e.g., \
151
<code>str,u8</code> or <code>String,struct:Vec,test</code>)\
152
</p>\
153
+ <p>\
154
+ You can look for items with an exact name by putting double quotes around \
155
+ your request: <code>\"string\"</code>\
156
+ </p>\
157
158
+ Look for items inside another one by searching for a path: \
159
+ <code>vec::Vec</code>\
160
161
</div>\
162
163
</aside>\
0 commit comments