mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Merge #11198
11198: Remove unused lifetime r=lnicola a=Aaron1011 Co-authored-by: Aaron Hill <aa1ronham@gmail.com>
This commit is contained in:
commit
97838b183c
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