Fix librustcdoc test
This commit is contained in:
parent
0c1a038a8d
commit
80b63ddca5
@ -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),
|
||||
)*
|
||||
|
Loading…
Reference in New Issue
Block a user