chore: Fix formatting / linting issues

This commit is contained in:
Santiago Carmuega 2022-01-02 08:04:01 -03:00
parent 0535a7334a
commit 5dfda0cc0b
7 changed files with 13 additions and 4 deletions

View file

@ -1,4 +1,4 @@
use std::{fmt::Debug, marker::PhantomData};
use std::fmt::Debug;
use log::{debug, log_enabled, trace};