Apply suggestions from clippy 1.83

This commit is contained in:
Dirkjan Ochtman 2024-11-29 09:42:18 +01:00
parent 944bf9bcca
commit 0b7cf4718c

View File

@ -425,7 +425,7 @@ struct Construction<'a, P: Point> {
done: AtomicUsize,
}
impl<'a, P: Point> Construction<'a, P> {
impl<P: Point> Construction<'_, P> {
/// Insert new node in the zero layer
///
/// * `new` is the `PointId` for the new node