diff --git a/src/models.rs b/src/models.rs index de58bcf..570d034 100644 --- a/src/models.rs +++ b/src/models.rs @@ -13,7 +13,7 @@ // limitations under the License. // TODO: remove this when clippy error goes away... -#![allow(clippy::incorrect_clone_impl_on_copy_type)] +#![allow(clippy::non_canonical_clone_impl)] use crate::util::*; use chrono::prelude::*;