Make rustc_log doc test runnable

This commit is contained in:
David Tolnay
2022-01-03 22:01:35 -08:00
parent dd5ee326bc
commit ffbeebbf7a
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -4080,6 +4080,7 @@ name = "rustc_log"
version = "0.0.0"
dependencies = [
"atty",
"rustc_span",
"tracing",
"tracing-subscriber",
"tracing-tree",
+3 -3
View File
@@ -3,14 +3,14 @@ name = "rustc_log"
version = "0.0.0"
edition = "2021"
[lib]
doctest = false
[dependencies]
atty = "0.2"
tracing = "0.1.28"
tracing-subscriber = { version = "0.3.3", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
tracing-tree = "0.2.0"
[dev-dependencies]
rustc_span = { path = "../rustc_span" }
[features]
max_level_info = ['tracing/max_level_info']
+1 -1
View File
@@ -12,7 +12,7 @@
//! rustc_span = { path = "../rust/compiler/rustc_span" }
//! ```
//!
//! ```ignore
//! ```
//! fn main() {
//! rustc_log::init_rustc_env_logger().unwrap();
//!