Skip to content

Commit 7b39f75

Browse files
authored
Rollup merge of #75139 - pickfire:librustdoc-import, r=jyn514
Remove log alias from librustdoc r? @jyn514
2 parents 07f1fde + c577d71 commit 7b39f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extern crate rustc_trait_selection;
4343
extern crate rustc_typeck;
4444
extern crate test as testing;
4545
#[macro_use]
46-
extern crate tracing as log;
46+
extern crate tracing;
4747

4848
use std::default::Default;
4949
use std::env;

0 commit comments

Comments
 (0)