diff options
author | metamuffin <metamuffin@disroot.org> | 2022-11-28 17:45:11 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-11-28 17:45:11 +0100 |
commit | 94b787455025c172a517d98ced6e4a4e02a32134 (patch) | |
tree | 679f1ae1a53fa79191491f695d8015f387a82710 /karlcommon/src/protocol.rs | |
parent | c8f604e26d2b3e987c23385439454233c42af440 (diff) | |
download | karlender-94b787455025c172a517d98ced6e4a4e02a32134.tar karlender-94b787455025c172a517d98ced6e4a4e02a32134.tar.bz2 karlender-94b787455025c172a517d98ced6e4a4e02a32134.tar.zst |
RUST_LOG -> LOG
Diffstat (limited to 'karlcommon/src/protocol.rs')
-rw-r--r-- | karlcommon/src/protocol.rs | 3 |
1 files changed, 0 insertions, 3 deletions
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 { .. }) } |