Skip to content

Commit

Permalink
Fix librustcdoc test
Browse files Browse the repository at this point in the history
  • Loading branch information
varkor committed Sep 27, 2019
1 parent 0c1a038 commit 80b63dd
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
Expand Up @@ -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),
)*
Expand Down

0 comments on commit 80b63dd

Please sign in to comment.