Skip to content

Commit 06b2df4

Browse files
authored
Rollup merge of #106461 - notriddle:notriddle/window-searchstate-focus, r=GuillaumeGomez
docs: fix broken link "search bar" Regression introduced by #84150
2 parents 3df7cd9 + 854082c commit 06b2df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//! # How to read this documentation
1515
//!
1616
//! If you already know the name of what you are looking for, the fastest way to
17-
//! find it is to use the <a href="#" onclick="focusSearchBar();">search
17+
//! find it is to use the <a href="#" onclick="window.searchState.focus();">search
1818
//! bar</a> at the top of the page.
1919
//!
2020
//! Otherwise, you may want to jump to one of these useful sections:

0 commit comments

Comments
 (0)