aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2022-02-10 08:36:43 +0000
committerGravatar GitHub <noreply@github.com> 2022-02-10 08:36:43 +0000
commite65ca34471a5fcf59b08fec31a9c743e2dfb69e9 (patch)
tree2c2e2f89e17d560d85e1f039523ab7447f9f8706 /src
parent1464898291fbd7ae0aa3fddcc185a69d9d3979a4 (diff)
parent578cc903c95aec324733df447cb7f54f41fa1581 (diff)
downloadrtic-e65ca34471a5fcf59b08fec31a9c743e2dfb69e9.tar.gz
rtic-e65ca34471a5fcf59b08fec31a9c743e2dfb69e9.tar.zst
rtic-e65ca34471a5fcf59b08fec31a9c743e2dfb69e9.zip
Merge #605
605: GHA: Tune CI r=AfoHT a=AfoHT - GHA: Use rust-cache - GHA: Cleanup single target jobs - GHA: Add cargo clippy Co-authored-by: Henrik Tjäder <henrik@grepit.se>
Diffstat (limited to 'src')
-rw-r--r--src/tq.rs1
1 files changed, 1 insertions, 0 deletions
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<F: FnOnce()>(
&mut self,
marker: u32,