From 099544f655795aa63b87d2f0b004331a57b93dbe Mon Sep 17 00:00:00 2001 From: Henrik Tjäder Date: Wed, 9 Feb 2022 18:56:35 +0100 Subject: Fix/mute clippy errors --- src/tq.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/tq.rs b/src/tq.rs index 26ebbd96..9033022b 100644 --- a/src/tq.rs +++ b/src/tq.rs @@ -71,6 +71,7 @@ where } /// Update the instant at an marker value to a new instant + #[allow(clippy::result_unit_err)] pub fn update_marker( &mut self, marker: u32, -- cgit v1.2.3