mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 15:47:12 +00:00
Fix copywritings
This commit is contained in:
parent
a2cd820a4e
commit
ae56c169ff
3 changed files with 6 additions and 6 deletions
2
core
2
core
|
@ -1 +1 @@
|
|||
Subproject commit a08a0e661281fca6f26b3eaa01b9e26bf3c161f7
|
||||
Subproject commit 3c22b0eeaba7ae528448dc395e60872c4cfae578
|
|
@ -36,9 +36,9 @@ You can prefix a **//** (double slash) before the keyword to search all of
|
|||
crates [docs of **rustc**](https://doc.rust-lang.org/nightly/nightly-rustc/),
|
||||
such as *rustc_mir*, *rustc_hir*, or *rustc_ast*, etc.
|
||||
|
||||
> It doesn't make sense to have a built-in search-index of **rustc** since the **rustc** is changed
|
||||
> It makes no sense to have a built-in search-index of **rustc** since the **rustc** is changed
|
||||
> very frequently. Therefore, you need to open the **rustc** docs page in advance to sync the
|
||||
> search-index before you search **rustc** docs. However, the search-index of **rustc** is big,
|
||||
> search-index before you search **rustc** docs. However, the search-index of **rustc** is very big,
|
||||
> we never persist it to the local storage (due to the limited storage size available
|
||||
> to browser extension).
|
||||
|
||||
|
@ -103,8 +103,8 @@ If you prefer to search attribute exclusively, prefix a **#** (pound sign) befor
|
|||
|
||||
We build top 20K crates index (near 50K in total on crates.io) once a day to help you search crates instantly.
|
||||
You can prefix an **!** (exclamation mark) before the keyword to search [docs.rs](https://docs.rs) exclusively,
|
||||
prefix one more **!** (double exclamation mark) to open [crates.io](https://crates.io) page,
|
||||
prefix **!!!** (triple exclamation mark) to open crate's repository (See [Open repository quickly](/#open-repository-quickly)).
|
||||
prefix one more **!** (double exclamation marks) to open [crates.io](https://crates.io) page,
|
||||
prefix **!!!** (triple exclamation marks) to open crate's repository (See [Open repository quickly](/#open-repository-quickly)).
|
||||
|
||||
![GIF](/search-crates.gif)
|
||||
|
||||
|
|
2
docs/themes/juice
vendored
2
docs/themes/juice
vendored
|
@ -1 +1 @@
|
|||
Subproject commit ac317eef70361a08632f3f3d3b8b8ad022def45e
|
||||
Subproject commit 07310323f85e7851c0a1498021b0a02cfb2e215f
|
Loading…
Reference in a new issue