From a54f18f445e5bb13231ab3c716a32d1706119b5f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 18 Feb 2023 23:55:19 -0500 Subject: more clippy cleanups --- src/protocol.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/protocol.rs') diff --git a/src/protocol.rs b/src/protocol.rs index a10d301..f9a9d28 100644 --- a/src/protocol.rs +++ b/src/protocol.rs @@ -1,6 +1,3 @@ -// 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 #[must_use] -- cgit v1.2.3-54-g00ecf