Skip to content

Commit

Permalink
Add tracing libs to list of permitted dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Jul 31, 2020
1 parent ec7230f commit 64296ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tools/tidy/src/deps.rs
Expand Up @@ -166,6 +166,9 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
"termcolor",
"termize",
"thread_local",
"tracing",
"tracing-attributes",
"tracing-core",
"typenum",
"unicode-normalization",
"unicode-script",
Expand Down

0 comments on commit 64296ec

Please sign in to comment.