Skip to content

Commit 94d3158

Browse files
committed
Fix rustdoc compile
1 parent 31ab9cb commit 94d3158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/clean/cfg/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use super::*;
22

3-
use rustc_ast::{MetaItemLit, Path, StrStyle};
3+
use rustc_ast::{MetaItemLit, Path, StrStyle, Unsafe};
44
use rustc_span::create_default_session_globals_then;
55
use rustc_span::symbol::{kw, Ident};
66
use rustc_span::DUMMY_SP;

0 commit comments

Comments
 (0)