Skip to content

Commit 64296ec

Browse files
committed
Add tracing libs to list of permitted dependencies
1 parent ec7230f commit 64296ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tools/tidy/src/deps.rs

+3
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
166166
"termcolor",
167167
"termize",
168168
"thread_local",
169+
"tracing",
170+
"tracing-attributes",
171+
"tracing-core",
169172
"typenum",
170173
"unicode-normalization",
171174
"unicode-script",

0 commit comments

Comments
 (0)