Skip to content

Commit 2e9cc99

Browse files
committed
Rollup merge of rust-lang#25146 - piatra:doc-search-patch, r=steveklabnik
I noticed this feature added in rust-lang#23289 was missing from the `Search tricks`. Thanks! r? @steveklabnik
2 parents 5f6b588 + 45c461c commit 2e9cc99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/librustdoc/html/layout.rs

+4
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ r##"<!DOCTYPE html>
111111
<code>trait</code>, <code>typedef</code> (or
112112
<code>tdef</code>).
113113
</p>
114+
<p>
115+
Search functions by type signature (e.g.
116+
<code>vec -> usize</code>)
117+
</p>
114118
</div>
115119
</div>
116120

0 commit comments

Comments
 (0)