mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
Fix/mute clippy errors
This commit is contained in:
parent
10ec36b443
commit
099544f655
4 changed files with 10 additions and 20 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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue