mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Remove unused lifetime
This commit is contained in:
parent
c5049bdcda
commit
04cb85032f
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ where
|
||||||
struct ErrorReplacer {
|
struct ErrorReplacer {
|
||||||
vars: usize,
|
vars: usize,
|
||||||
}
|
}
|
||||||
impl<'i> Folder<Interner> for ErrorReplacer {
|
impl Folder<Interner> for ErrorReplacer {
|
||||||
type Error = NoSolution;
|
type Error = NoSolution;
|
||||||
|
|
||||||
fn as_dyn(&mut self) -> &mut dyn Folder<Interner, Error = Self::Error> {
|
fn as_dyn(&mut self) -> &mut dyn Folder<Interner, Error = Self::Error> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue