mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
fix typo
This commit is contained in:
parent
849d7428aa
commit
c4dfced1f8
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ search. Specifically,
|
||||||
|
|
||||||
- `Foo` searches for `Foo` type in the current workspace
|
- `Foo` searches for `Foo` type in the current workspace
|
||||||
- `foo#` searches for `foo` function in the current workspace
|
- `foo#` searches for `foo` function in the current workspace
|
||||||
- `Foo*` searches for `Foo` type among dependencies, excluding `stdlib`
|
- `Foo*` searches for `Foo` type among dependencies, including `stdlib`
|
||||||
- `foo#*` searches for `foo` function among dependencies.
|
- `foo#*` searches for `foo` function among dependencies.
|
||||||
|
|
||||||
That is, `#` switches from "types" to all symbols, `*` switches from the current
|
That is, `#` switches from "types" to all symbols, `*` switches from the current
|
||||||
|
|
Loading…
Reference in a new issue