mirror of
https://github.com/smoltcp-rs/smoltcp.git
synced 2025-10-02 15:15:05 +00:00
clippy: allow new_without_default.
This commit is contained in:
parent
e9016e7dad
commit
d9f5b4b3c2
@ -86,6 +86,7 @@ compile_error!("at least one socket needs to be enabled"); */
|
||||
#![allow(clippy::identity_op)]
|
||||
#![allow(clippy::option_map_unit_fn)]
|
||||
#![allow(clippy::unit_arg)]
|
||||
#![allow(clippy::new_without_default)]
|
||||
|
||||
#[cfg(feature = "alloc")]
|
||||
extern crate alloc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user