Skip to content

Commit 45c461c

Browse files
committed
Add note about type signature searching to docs
1 parent 6afa669 commit 45c461c

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)