From 94b787455025c172a517d98ced6e4a4e02a32134 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 28 Nov 2022 17:45:11 +0100 Subject: RUST_LOG -> LOG --- karlcommon/src/protocol.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'karlcommon') diff --git a/karlcommon/src/protocol.rs b/karlcommon/src/protocol.rs index 230f926..69b9964 100644 --- a/karlcommon/src/protocol.rs +++ b/karlcommon/src/protocol.rs @@ -61,9 +61,6 @@ pub enum Schedule { } impl Schedule { - /// Returns `true` if the schedule is [`Dynamic`]. - /// - /// [`Dynamic`]: Schedule::Dynamic pub fn is_dynamic(&self) -> bool { matches!(self, Self::Dynamic { .. }) } -- cgit v1.2.3-70-g09d2