Skip to content

Commit

Permalink
Fix rustdoc compile
Browse files Browse the repository at this point in the history
  • Loading branch information
carbotaniuman committed Apr 25, 2024
1 parent 378ca9c commit e59a35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/clean/cfg/tests.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use super::*;

use rustc_ast::{MetaItemLit, Path, StrStyle};
use rustc_ast::{MetaItemLit, Path, StrStyle, Unsafe};
use rustc_span::create_default_session_globals_then;
use rustc_span::symbol::{kw, Ident};
use rustc_span::DUMMY_SP;
Expand Down

0 comments on commit e59a35d

Please sign in to comment.