Skip to content

Commit 07cf219

Browse files
authored
Update how-to-read-rustdoc.md
1 parent d963318 commit 07cf219

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/doc/rustdoc/src/how-to-read-rustdoc.md

+3
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ When typing in the search bar, you can prefix your search term with a type
8484
followed by a colon (such as `mod:`) to restrict the results to just that
8585
kind of item. (The available items are listed in the help popup.)
8686

87+
Searching for `println!` will search for a macro named `println`, just like
88+
searching for `macro:println` does.
89+
8790
### Changing displayed theme
8891

8992
You can change the displayed theme by opening the settings menu (the gear

0 commit comments

Comments
 (0)