chore: bump clippy version (#5173)

This commit is contained in:
Alice Ryhl
2022-11-06 12:44:26 +01:00
committed by GitHub
parent f4643608ad
commit fc9518b627
30 changed files with 66 additions and 67 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ pin_project! {
}
/// Error returned by `Timeout`.
#[derive(Debug, PartialEq)]
#[derive(Debug, PartialEq, Eq)]
pub struct Elapsed(());
impl<S: Stream> Timeout<S> {