mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Code review fixes
This commit is contained in:
parent
9a6b5c6183
commit
9be1ab7ff9
4 changed files with 11 additions and 11 deletions
|
@ -41,7 +41,7 @@ impl<'a> ImportsLocatorIde<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<'a> ImportsLocator for ImportsLocatorIde<'a> {
|
||||
impl ImportsLocator for ImportsLocatorIde<'_> {
|
||||
fn find_imports(&mut self, name_to_import: &str) -> Vec<ModuleDef> {
|
||||
let _p = profile("search_for_imports");
|
||||
let db = self.source_binder.db;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue