diff --git a/src/vector/mod.rs b/src/vector/mod.rs index 7d54de1..eebe5a0 100644 --- a/src/vector/mod.rs +++ b/src/vector/mod.rs @@ -354,7 +354,7 @@ impl Vector { /// inside the space a `Vector` allocates for its pointers, so there are no heap allocations /// to compare). /// - /// Time: O(1), or O(n) for inline vectors + /// Time: O(1) #[must_use] pub fn ptr_eq(&self, other: &Self) -> bool { fn cmp_chunk(left: &PoolRef>, right: &PoolRef>) -> bool {