We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95452eb commit 4b78935Copy full SHA for 4b78935
tools/rust-mc-bot/src/packet_utils.rs
@@ -1,3 +1,5 @@
1
+#![allow(clippy::manual_abs_diff)]
2
+
3
use std::{convert::TryInto, io, io::Write, mem};
4
5
pub struct Buf {
0 commit comments