Fix librustcdoc test

This commit is contained in:
varkor 2019-09-27 01:37:14 +01:00
parent 0c1a038a8d
commit 80b63ddca5

View file

@ -40,7 +40,7 @@ macro_rules! dummy_meta_item_list {
($name:ident, [$($list:expr),* $(,)?]) => {
MetaItem {
path: Path::from_ident(Ident::from_str(stringify!($name))),
node: MetaItemKind::List(vec![
kind: MetaItemKind::List(vec![
$(
NestedMetaItem::MetaItem($list),
)*