]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_log/Cargo.toml
Rollup merge of #92055 - tmandry:relnotes-1.58, r=pietroalbini
[rust.git] / compiler / rustc_log / Cargo.toml
index 5b037946224649b6185fd1d04cef311784cab6e3..1b2cde605556dcd4ee0141333c06cab68fca5a7d 100644 (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']