mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 21:37:58 +03:00
clippy
This commit is contained in:
parent
13599ba064
commit
b45e0b5d23
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ impl ServiceRuntime {
|
|||
// let name = name.to_owned();
|
||||
if let Some(token) = self.names.get(name) {
|
||||
self.services.insert(
|
||||
token.clone(),
|
||||
*token,
|
||||
Box::new(ServiceFactory {
|
||||
inner: service.into_factory(),
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue