diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-07-24 21:35:14 +0200 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-07-31 22:38:27 +0200 |
| commit | 64296ec698b1c92ce148b968c101c18e63002bb2 (patch) | |
| tree | 8ae405a2fcfb6ab1c1701825706f5f55115135a7 | |
| parent | ec7230fea2f4a96a1993c54bf2b17892d2e978b4 (diff) | |
Add tracing libs to list of permitted dependencies
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index e340a0e3f24..55e17466a88 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -166,6 +166,9 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[ "termcolor", "termize", "thread_local", + "tracing", + "tracing-attributes", + "tracing-core", "typenum", "unicode-normalization", "unicode-script", |
