Skip to content

Commit 7f4c271

Browse files
authored
Merge pull request #492 from newAM/cortex-m-hio-clippy
semihosting: silence clippy::result_unit_err in hio
2 parents acbdb6f + 9adc81b commit 7f4c271

File tree

1 file changed

+3
-0
lines changed
  • cortex-m-semihosting/src

1 file changed

+3
-0
lines changed

cortex-m-semihosting/src/hio.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
//! Host I/O
22
3+
// Fixing this lint requires a breaking change that does not add much value
4+
#![allow(clippy::result_unit_err)]
5+
36
use crate::nr;
47
use core::{fmt, slice};
58

0 commit comments

Comments
 (0)