Fix typos

This commit is contained in:
blyxyas 2024-05-15 18:45:06 +02:00
parent d922999ec6
commit 66f62836ae
5 changed files with 5 additions and 5 deletions

View file

@ -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;