Skip to content

Commit c090f07

Browse files
committed
---
yaml --- r: 277880 b: refs/heads/auto c: 86f069d h: refs/heads/master
1 parent 360f8e4 commit c090f07

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
@@ -8,7 +8,7 @@ refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
88
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
99
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1010
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
11-
refs/heads/auto: 5eb775eedd64d3b3abab63a8ef39ca9664f4cad0
11+
refs/heads/auto: 86f069d41a89122740d58d0eb8eaeb7496bb03ce
1212
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1313
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336
1414
refs/tags/0.2: 1754d02027f2924bed83b0160ee340c7f41d5ea1

branches/auto/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)