diff options
| author | Michael Howell <michael@notriddle.com> | 2023-03-31 10:18:44 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-03-31 10:18:44 -0700 |
| commit | 54ef3a47861ef1babfbd1948ea9a476a30bd8b10 (patch) | |
| tree | d758167efe651c884c9876345cb7e3a2c777dcde | |
| parent | 480068c2359ea65df4481788b5ce717a548ce171 (diff) | |
| download | rust-54ef3a47861ef1babfbd1948ea9a476a30bd8b10.tar.gz rust-54ef3a47861ef1babfbd1948ea9a476a30bd8b10.zip | |
rustdoc-search: update docs for comma in `?` help popover
| -rw-r--r-- | src/librustdoc/html/static/js/main.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/librustdoc/html/static/js/main.js b/src/librustdoc/html/static/js/main.js index 1487ebf9b0a..45c0360a49e 100644 --- a/src/librustdoc/html/static/js/main.js +++ b/src/librustdoc/html/static/js/main.js @@ -1016,9 +1016,7 @@ function preLoadCss(cssUrl) { <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, \ and <code>const</code>.", "Search functions by type signature (e.g., <code>vec -> usize</code> or \ - <code>-> vec</code>)", - "Search multiple things at once by splitting your query with comma (e.g., \ - <code>str,u8</code> or <code>String,struct:Vec,test</code>)", + <code>-> vec</code> or <code>String, enum:Cow -> bool</code>)", "You can look for items with an exact name by putting double quotes around \ your request: <code>\"string\"</code>", "Look for items inside another one by searching for a path: <code>vec::Vec</code>", |
