Remove use_self allow clippy

pull/746/head
Yuri Astrakhan 1 year ago
parent 5be6f55155
commit e17461a06d
  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