Skip to content

Commit a74aca5

Browse files
committed
Remove needless FIXME. Fixes #2811.
1 parent a784997 commit a74aca5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libsyntax/ext/tt/transcribe.rs

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ use core::hashmap::HashMap;
2222
use core::option;
2323
use core::vec;
2424

25-
/* FIXME #2811: figure out how to have a uniquely linked stack, and change to
26-
`~` */
2725
///an unzipping of `token_tree`s
2826
struct TtFrame {
2927
forest: @mut ~[ast::token_tree],

0 commit comments

Comments
 (0)