diff options
Diffstat (limited to 'src/tq.rs')
-rw-r--r-- | src/tq.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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<F: FnOnce()>( &mut self, marker: u32, |