diff --git a/js/src/model.rs b/js/src/model.rs index 92d979c8..dd8a972c 100644 --- a/js/src/model.rs +++ b/js/src/model.rs @@ -1,9 +1,4 @@ -#![allow( - dead_code, - clippy::inherent_to_string, - clippy::unused_self, - clippy::use_self -)] +#![allow(dead_code, clippy::inherent_to_string, clippy::unused_self)] use crate::format_err; use crate::utils::to_err; diff --git a/js/src/store.rs b/js/src/store.rs index bb0af9e7..0b4b51b8 100644 --- a/js/src/store.rs +++ b/js/src/store.rs @@ -1,5 +1,3 @@ -#![allow(clippy::use_self)] - use crate::format_err; use crate::model::*; use crate::utils::to_err;