We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6ff8f commit 9adc81bCopy full SHA for 9adc81b
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