Skip to content

Commit

Permalink
Missed lints for clippy 1.78 (qdrant#4157)
Browse files Browse the repository at this point in the history
* Missed lints for clippy 1.78

* no recursion
  • Loading branch information
agourlay authored and generall committed May 2, 2024
1 parent 48cd6eb commit 9828992
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ impl Clone for LockedSegment {
LockedSegment::Proxy(x) => LockedSegment::Proxy(x.clone()),
}
}

fn clone_from(&mut self, source: &Self) {
*self = source.clone();
}
}

impl From<Segment> for LockedSegment {
Expand Down

0 comments on commit 9828992

Please sign in to comment.