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

View File

@@ -12,7 +12,7 @@
//! rustc_span = { path = "../rust/compiler/rustc_span" }
//! ```
//!
//! ```ignore
//! ```
//! fn main() {
//! rustc_log::init_rustc_env_logger().unwrap();
//!