mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-31 08:57:00 +02:00
rust 1.64 clippy run (#2891)
This commit is contained in:
@@ -131,7 +131,7 @@ mod foreign_impls {
|
||||
type Error = B::Error;
|
||||
|
||||
fn size(&self) -> BodySize {
|
||||
(&**self).size()
|
||||
(**self).size()
|
||||
}
|
||||
|
||||
fn poll_next(
|
||||
|
Reference in New Issue
Block a user