Skip to content

Commit

Permalink
Fix cargo check
Browse files Browse the repository at this point in the history
  • Loading branch information
james7132 committed Apr 23, 2024
1 parent 70c2379 commit a0bcb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-subscriber/src/filter/env/directive.rs
Expand Up @@ -4,7 +4,7 @@ use crate::filter::{
env::{field, FieldMap},
level::LevelFilter,
};
use regex::{Regex, bytes::Regex};
use regex::Regex;
use std::{cmp::Ordering, fmt, iter::FromIterator, str::FromStr, sync::OnceLock};
use tracing_core::{span, Level, Metadata};

Expand Down

0 comments on commit a0bcb48

Please sign in to comment.