mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-31 22:06:59 +02:00
clippy warnings
This commit is contained in:
@@ -17,7 +17,7 @@ impl<T> Clone for Cell<T> {
|
||||
}
|
||||
|
||||
impl<T: fmt::Debug> fmt::Debug for Cell<T> {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
self.inner.fmt(f)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user