Skip to content

Commit 8638edd

Browse files
committed
Fix again
1 parent 9b8196b commit 8638edd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/clean/cfg/tests.rs

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ fn name_value_cfg(name: &str, value: &str) -> Cfg {
1616

1717
fn dummy_meta_item_word(name: &str) -> MetaItem {
1818
MetaItem {
19+
unsafety: Unsafe::No,
1920
path: Path::from_ident(Ident::from_str(name)),
2021
kind: MetaItemKind::Word,
2122
span: DUMMY_SP,

0 commit comments

Comments
 (0)