We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ab9cb commit 94d3158Copy full SHA for 94d3158
src/librustdoc/clean/cfg/tests.rs
@@ -1,6 +1,6 @@
1
use super::*;
2
3
-use rustc_ast::{MetaItemLit, Path, StrStyle};
+use rustc_ast::{MetaItemLit, Path, StrStyle, Unsafe};
4
use rustc_span::create_default_session_globals_then;
5
use rustc_span::symbol::{kw, Ident};
6
use rustc_span::DUMMY_SP;
0 commit comments