Skip to content

Commit

Permalink
style(filter): Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 19, 2024
1 parent 9dc1411 commit e20fdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/env_filter/src/filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ use std::mem;
use log::{LevelFilter, Metadata, Record};

use crate::enabled;
use crate::parse_spec;
use crate::Directive;
use crate::FilterOp;
use crate::parse_spec;

/// A builder for a log filter.
///
Expand Down

0 comments on commit e20fdd5

Please sign in to comment.