fix: incorrect_clone_impl_on_copy_type (allow)

This commit is contained in:
Joseph Cruz 2023-07-18 15:33:02 -04:00
parent d8eaa5c004
commit a344804734
3 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#![allow(clippy::incorrect_clone_impl_on_copy_type)]
#![deny(missing_docs)]
#![forbid(unsafe_code)]
#![cfg_attr(feature = "nightly", feature(fn_traits))]

View file

@ -1,3 +1,4 @@
#![allow(clippy::incorrect_clone_impl_on_copy_type)]
#![deny(missing_docs)]
#![cfg_attr(feature = "nightly", feature(fn_traits))]
#![cfg_attr(feature = "nightly", feature(unboxed_closures))]

View file

@ -1,3 +1,4 @@
#![allow(clippy::incorrect_clone_impl_on_copy_type)]
#![deny(missing_docs)]
#![forbid(unsafe_code)]