Skip to content

Commit

Permalink
compare removed
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Mar 2, 2024
1 parent 7f585f4 commit e7f4064
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commons/zenoh-buffers/src/zbuf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ impl SplitBuffer for ZBuf {
}

impl PartialEq for ZBuf {
// tags{rust.zbuf.partial_eq.eq, api.buffer.compare}
fn eq(&self, other: &Self) -> bool {
let mut self_slices = self.slices();
let mut other_slices = other.slices();
Expand Down

0 comments on commit e7f4064

Please sign in to comment.