rustc_log: remove direct dep on tracing_core
required features reexported from tracing
This commit is contained in:
parent
17b27d8e6c
commit
267d3c8508
2 changed files with 1 additions and 2 deletions
|
|
@ -4072,7 +4072,6 @@ name = "rustc_log"
|
|||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"tracing",
|
||||
"tracing-core",
|
||||
"tracing-subscriber",
|
||||
"tracing-tree",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ use std::fmt::{self, Display};
|
|||
use std::io::{self, IsTerminal};
|
||||
|
||||
use tracing::dispatcher::SetGlobalDefaultError;
|
||||
use tracing_core::{Event, Subscriber};
|
||||
use tracing::{Event, Subscriber};
|
||||
use tracing_subscriber::filter::{Directive, EnvFilter, LevelFilter};
|
||||
use tracing_subscriber::fmt::FmtContext;
|
||||
use tracing_subscriber::fmt::format::{self, FormatEvent, FormatFields};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue