aboutsummaryrefslogtreecommitdiffstats
path: root/src/protocol.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol.rs')
-rw-r--r--src/protocol.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/protocol.rs b/src/protocol.rs
index 203e6b9..a4b9722 100644
--- a/src/protocol.rs
+++ b/src/protocol.rs
@@ -1,3 +1,6 @@
+// https://github.com/rust-lang/rust-clippy/issues/6902
+#![allow(clippy::use_self)]
+
// eventually it would be nice to make this a const function so that we could
// just get the version from a variable directly, but this is fine for now
pub fn version() -> u32 {