Skip to content

Commit 3fd9642

Browse files
Appease clippy
1 parent eb7909e commit 3fd9642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/treereduce/src/reduce.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ where
186186
}
187187
}
188188

189-
impl<'a, T> Ctx<'a, T>
189+
impl<T> Ctx<'_, T>
190190
where
191191
T: Check + Send + Sync + 'static,
192192
{

0 commit comments

Comments
 (0)