From 026a6e129ee486cd17fb17289bd3be250b7efa1c Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 29 Mar 2025 16:27:46 +0100 Subject: docs: remove incorrect performance note in push fn doc comment --- src/lib.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index a7492fb..25f9ab5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -162,11 +162,6 @@ impl MultiVec //} /// Pushes a item to the `MultiVec`. - /// - /// ## Note on performance - /// Pushing can be pretty slow. Since all of the field lists are stored in the same - /// allocation, when pushing and the `MultiVec` needs to grow, all lists except the - /// first has to be moved to new locations for them to not overlap. pub fn push( &mut self, fields: impl AsRef<[OwnedAnyPtr]> + IntoIterator, -- cgit v1.2.3-18-g5258