File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 5eb775eedd64d3b3abab63a8ef39ca9664f4cad0
2
+ refs/heads/master: 86f069d41a89122740d58d0eb8eaeb7496bb03ce
3
3
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4
4
refs/heads/try: 49312a405e14a449b98fe0056b12a40ac128be4a
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -309,9 +309,7 @@ macro_rules! with_exts_frame {
309
309
// When we enter a module, record it, for the sake of `module!`
310
310
pub fn expand_item ( it : P < ast:: Item > , fld : & mut MacroExpander )
311
311
-> 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)
315
313
. into_iter ( ) . map ( |i| i. expect_item ( ) ) . collect ( )
316
314
}
317
315
You can’t perform that action at this time.
0 commit comments