mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Corrected 2 typos on line 83
This commit is contained in:
parent
07cea5e709
commit
aa9002c68a
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ pub use crate::{
|
|||
//
|
||||
// And the auto import completions, enabled with the `rust-analyzer.completion.autoimport.enable` setting and the corresponding LSP client capabilities.
|
||||
// Those are the additional completion options with automatic `use` import and options from all project importable items,
|
||||
// fuzzy matched agains the completion imput.
|
||||
// fuzzy matched against the completion input.
|
||||
//
|
||||
// image::https://user-images.githubusercontent.com/48062697/113020667-b72ab880-917a-11eb-8778-716cf26a0eb3.gif[]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue