Skip to content

Commit cd94e2f

Browse files
committed
---
yaml --- r: 277489 b: refs/heads/try c: 86f069d h: refs/heads/master i: 277487: 32a2640
1 parent e061d04 commit cd94e2f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 6dbb0e86aec11050480beb76eade6fb805010ba7
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4-
refs/heads/try: 5eb775eedd64d3b3abab63a8ef39ca9664f4cad0
4+
refs/heads/try: 86f069d41a89122740d58d0eb8eaeb7496bb03ce
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/src/libsyntax/ext/expand.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,7 @@ macro_rules! with_exts_frame {
309309
// When we enter a module, record it, for the sake of `module!`
310310
pub fn expand_item(it: P<ast::Item>, fld: &mut MacroExpander)
311311
-> SmallVector<P<ast::Item>> {
312-
let it = expand_item_multi_modifier(Annotatable::Item(it), fld);
313-
314-
expand_annotatable(it, fld)
312+
expand_annotatable(Annotatable::Item(it), fld)
315313
.into_iter().map(|i| i.expect_item()).collect()
316314
}
317315

0 commit comments

Comments
 (0)