mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Clippy
This commit is contained in:
parent
d06fded946
commit
19cc8ab315
9 changed files with 22 additions and 36 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue