b006e66361
Fixes the clippy error: error: redundant redefinition of a binding `data` --> proxmox-http/src/websocket/mod.rs:375:9 | 375 | let data = data; | ^^^^^^^^^^^^^^^^ | help: `data` is initially defined here --> proxmox-http/src/websocket/mod.rs:369:27 | 369 | pub fn try_from_bytes(data: &[u8]) -> Result<Option<FrameHeader>, WebSocketError> { | ^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals = note: `#[deny(clippy::redundant_locals)]` on by default Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com> |
||
---|---|---|
.. | ||
debian | ||
src | ||
Cargo.toml |