Skip to content

Commit

Permalink
Remove needless FIXME. Fixes #2811.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Apr 25, 2013
1 parent a784997 commit a74aca5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libsyntax/ext/tt/transcribe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ use core::hashmap::HashMap;
use core::option;
use core::vec;

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

5 comments on commit a74aca5

@bors
Copy link
Contributor

@bors bors commented on a74aca5 Apr 25, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from catamorphism
at nikomatsakis@a74aca5

@bors
Copy link
Contributor

@bors bors commented on a74aca5 Apr 25, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging nikomatsakis/rust/remove-2811 = a74aca5 into auto

@bors
Copy link
Contributor

@bors bors commented on a74aca5 Apr 25, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nikomatsakis/rust/remove-2811 = a74aca5 merged ok, testing candidate = 0c6f9a8

@bors
Copy link
Contributor

@bors bors commented on a74aca5 Apr 25, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on a74aca5 Apr 25, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = 0c6f9a8

Please sign in to comment.