Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Aug 1, 2024
1 parent c141fc8 commit 5bfc142
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/append/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

use std::fmt::Debug;

pub use boxdyn::*;
pub use boxlog::*;
pub use dispatch::*;
Expand Down
2 changes: 0 additions & 2 deletions src/filter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

use std::fmt::Debug;

pub use boxdyn::BoxDynFilter;
pub use log_level::LogLevelFilter;

Expand Down
2 changes: 0 additions & 2 deletions src/layout/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

use std::fmt::Debug;

pub use boxdyn::BoxDynLayout;
pub use kv_display::KvDisplay;
#[cfg(feature = "json")]
Expand Down

0 comments on commit 5bfc142

Please sign in to comment.