Skip to content

Commit 80b63dd

Browse files
committed
Fix librustcdoc test
1 parent 0c1a038 commit 80b63dd

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
@@ -40,7 +40,7 @@ macro_rules! dummy_meta_item_list {
4040
($name:ident, [$($list:expr),* $(,)?]) => {
4141
MetaItem {
4242
path: Path::from_ident(Ident::from_str(stringify!($name))),
43-
node: MetaItemKind::List(vec![
43+
kind: MetaItemKind::List(vec![
4444
$(
4545
NestedMetaItem::MetaItem($list),
4646
)*

0 commit comments

Comments
 (0)