Skip to content

Commit 01e71cb

Browse files
committed
remove append_pinned
1 parent 7572911 commit 01e71cb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

perf/src/recycled_vec.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,6 @@ impl<T: Clone + Default + Sized> RecycledVec<T> {
149149
self.x.append(other);
150150
}
151151

152-
pub fn append_pinned(&mut self, other: &mut Self) {
153-
self.x.append(&mut other.x);
154-
}
155-
156152
/// Forces the length of the vector to `new_len`.
157153
///
158154
/// This is a low-level operation that maintains none of the normal

0 commit comments

Comments
 (0)