clippy: allow new_without_default.

This commit is contained in:
Dario Nieuwenhuis 2022-12-22 03:31:48 +01:00
parent e9016e7dad
commit d9f5b4b3c2

View File

@ -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;