mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Remove unnecessary lifetime parameter
This commit is contained in:
parent
316795e074
commit
f57239729c
3 changed files with 9 additions and 9 deletions
|
@ -82,7 +82,7 @@ impl<'a> ImportsLocatorIde<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<'a> ImportsLocator<'a> for ImportsLocatorIde<'a> {
|
||||
impl<'a> ImportsLocator for ImportsLocatorIde<'a> {
|
||||
fn find_imports(
|
||||
&mut self,
|
||||
name_to_import: InFile<&NameRef>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue