This commit is contained in:
Nikolay Kim 2023-09-05 15:49:49 +06:00
parent d06fded946
commit 19cc8ab315
9 changed files with 22 additions and 36 deletions

View file

@ -53,7 +53,7 @@ impl Extensions {
/// Add all items from other `Extensions`
pub fn extend(&mut self, other: Extensions) {
self.map.extend(other.map.into_iter());
self.map.extend(other.map);
}
#[inline]