mirror of
https://github.com/instant-labs/instant-distance.git
synced 2025-02-02 05:52:14 +00:00
Apply suggestions from clippy 1.83
This commit is contained in:
parent
944bf9bcca
commit
0b7cf4718c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user