There was an error while loading. Please reload this page.
2 parents acbdb6f + 9adc81b commit 7f4c271Copy full SHA for 7f4c271
cortex-m-semihosting/src/hio.rs
@@ -1,5 +1,8 @@
1
//! Host I/O
2
3
+// Fixing this lint requires a breaking change that does not add much value
4
+#![allow(clippy::result_unit_err)]
5
+
6
use crate::nr;
7
use core::{fmt, slice};
8
0 commit comments