]> git.proxmox.com Git - proxmox.git/commitdiff
http: clippy fixes
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 27 Jul 2022 08:52:50 +0000 (10:52 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 27 Jul 2022 08:52:50 +0000 (10:52 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-http/src/websocket/mod.rs

index 9334178808423cedb3f3503a5f7ccdb561be9cec..2efc06aedf2d3805799816ac3bae34052fead469 100644 (file)
@@ -315,7 +315,7 @@ impl<W: AsyncWrite + Unpin> AsyncWrite for WebSocketWriter<W> {
     }
 }
 
-#[derive(Debug, PartialEq)]
+#[derive(Debug, Eq, PartialEq)]
 /// Represents the header of a websocket Frame
 pub struct FrameHeader {
     /// True if the frame is either non-fragmented, or the last fragment