diff options
| author | Michael Howell <michael@notriddle.com> | 2023-01-04 12:47:24 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-01-04 12:47:24 -0700 |
| commit | 854082c2189a2b71b661dbe5ac6917c5190bac57 (patch) | |
| tree | face93b27e8dfe00f6a8294cbc64285a5dbacb5a /library/std/src | |
| parent | b7cdb635c4b973572307ad288466fba64533369c (diff) | |
| download | rust-854082c2189a2b71b661dbe5ac6917c5190bac57.tar.gz rust-854082c2189a2b71b661dbe5ac6917c5190bac57.zip | |
docs: fix broken link "search bar"
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 13dfd41abbf..6575cc71b05 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -14,7 +14,7 @@ //! # How to read this documentation //! //! If you already know the name of what you are looking for, the fastest way to -//! find it is to use the <a href="#" onclick="focusSearchBar();">search +//! find it is to use the <a href="#" onclick="window.searchState.focus();">search //! bar</a> at the top of the page. //! //! Otherwise, you may want to jump to one of these useful sections: |
