diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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<Item = OwnedAnyPtr>, |