mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 23:25:03 +00:00
Rename assits to assists
This commit is contained in:
parent
4183825475
commit
e696342afa
6 changed files with 5 additions and 5 deletions
|
@ -240,7 +240,7 @@ impl db::RootDatabase {
|
|||
let file = self.parse(frange.file_id);
|
||||
ra_ide_api_light::assists::assists(&file, frange.range)
|
||||
.into_iter()
|
||||
.chain(crate::assits::assists(self, frange.file_id, &file, frange.range).into_iter())
|
||||
.chain(crate::assists::assists(self, frange.file_id, &file, frange.range).into_iter())
|
||||
.map(|local_edit| SourceChange::from_local_edit(frange.file_id, local_edit))
|
||||
.collect()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue