mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Clippy
This commit is contained in:
parent
d06fded946
commit
19cc8ab315
9 changed files with 22 additions and 36 deletions
|
@ -144,11 +144,7 @@ impl<'a, S> Copy for ServiceCtx<'a, S> {}
|
|||
impl<'a, S> Clone for ServiceCtx<'a, S> {
|
||||
#[inline]
|
||||
fn clone(&self) -> Self {
|
||||
Self {
|
||||
idx: self.idx,
|
||||
waiters: self.waiters,
|
||||
_t: marker::PhantomData,
|
||||
}
|
||||
*self
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue