mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
Fix typos
This commit is contained in:
parent
d922999ec6
commit
66f62836ae
5 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
//! Implementation of find-usages functionality.
|
||||
//!
|
||||
//! It is based on the standard ide trick: first, we run a fast text search to
|
||||
//! get a super-set of matches. Then, we we confirm each match using precise
|
||||
//! get a super-set of matches. Then, we confirm each match using precise
|
||||
//! name resolution.
|
||||
|
||||
use std::mem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue