mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Clippy (#499)
This commit is contained in:
parent
44fcfd62ff
commit
cd56883197
3 changed files with 3 additions and 3 deletions
|
@ -256,7 +256,7 @@ pub trait ServiceFactory<Req, Cfg = ()> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<'a, S, Req> Service<Req> for &'a S
|
||||
impl<S, Req> Service<Req> for &S
|
||||
where
|
||||
S: Service<Req>,
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue