diff options
| author | David Tolnay <dtolnay@gmail.com> | 2022-01-03 22:01:35 -0800 |
|---|---|---|
| committer | David Tolnay <dtolnay@gmail.com> | 2022-01-03 22:31:56 -0800 |
| commit | ffbeebbf7a6dc5fba40b439fc0ebe80ac72af309 (patch) | |
| tree | 13924fc498058b44683bebc0937b1e17a1fdd739 /compiler/rustc_log/src | |
| parent | dd5ee326bc565b19421ac952c23203f9ec63140c (diff) | |
| download | rust-ffbeebbf7a6dc5fba40b439fc0ebe80ac72af309.tar.gz rust-ffbeebbf7a6dc5fba40b439fc0ebe80ac72af309.zip | |
Make rustc_log doc test runnable
Diffstat (limited to 'compiler/rustc_log/src')
| -rw-r--r-- | compiler/rustc_log/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_log/src/lib.rs b/compiler/rustc_log/src/lib.rs index 44c76a7379b..f5e7435d36e 100644 --- a/compiler/rustc_log/src/lib.rs +++ b/compiler/rustc_log/src/lib.rs @@ -12,7 +12,7 @@ //! rustc_span = { path = "../rust/compiler/rustc_span" } //! ``` //! -//! ```ignore +//! ``` //! fn main() { //! rustc_log::init_rustc_env_logger().unwrap(); //! |
