Different clippy lint allowed
This commit is contained in:
parent
dcfa65509e
commit
839367b5f2
4 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#![allow(clippy::unusual_byte_groupings)]
|
||||
#![allow(clippy::inconsistent_digit_grouping, clippy::unusual_byte_groupings)]
|
||||
|
||||
use core::fmt;
|
||||
use embedded_hal::digital::v2::OutputPin;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#![allow(clippy::unusual_byte_groupings)]
|
||||
#![allow(clippy::inconsistent_digit_grouping, clippy::unusual_byte_groupings)]
|
||||
|
||||
use core::fmt;
|
||||
use embedded_hal::spi::FullDuplex;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#![allow(clippy::unusual_byte_groupings)]
|
||||
#![allow(clippy::inconsistent_digit_grouping, clippy::unusual_byte_groupings)]
|
||||
|
||||
pub const COMMON: u8 = 0;
|
||||
pub mod common {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue