Skip to content

Commit 89d401f

Browse files
committed
Address nits
1 parent 15e7aa7 commit 89d401f

File tree

2 files changed

+0
-85
lines changed

2 files changed

+0
-85
lines changed

src/libsyntax/ext/expand.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,6 @@ pub fn expand_type(t: P<ast::Ty>, fld: &mut MacroExpander) -> P<ast::Ty> {
15671567
};
15681568

15691569
// Keep going, outside-in.
1570-
//
15711570
let fully_expanded = fld.fold_ty(expanded_ty);
15721571
fld.cx.bt_pop();
15731572

src/test/run-pass/type-macros.rs

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)