Remove use_self allow clippy

pull/748/head
Yuri Astrakhan 8 months ago committed by Thomas Tanon
parent 522bda2906
commit a976eb3efc
  1. 7
      js/src/model.rs
  2. 2
      js/src/store.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;

@ -1,5 +1,3 @@
#![allow(clippy::use_self)]
use crate::format_err;
use crate::model::*;
use crate::utils::to_err;

Loading…
Cancel
Save