mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +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 {
|
||||
vars: usize,
|
||||
}
|
||||
impl<'i> Folder<Interner> for ErrorReplacer {
|
||||
impl Folder<Interner> for ErrorReplacer {
|
||||
type Error = NoSolution;
|
||||
|
||||
fn as_dyn(&mut self) -> &mut dyn Folder<Interner, Error = Self::Error> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue