diff --git a/instant-distance/src/lib.rs b/instant-distance/src/lib.rs index 9647b0d..b66b8ec 100644 --- a/instant-distance/src/lib.rs +++ b/instant-distance/src/lib.rs @@ -425,7 +425,7 @@ struct Construction<'a, P: Point> { done: AtomicUsize, } -impl<'a, P: Point> Construction<'a, P> { +impl Construction<'_, P> { /// Insert new node in the zero layer /// /// * `new` is the `PointId` for the new node