Skip to content

Commit

Permalink
Remove a FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
sanxiyn committed Jul 8, 2015
1 parent 26f0cd5 commit 8d9f1ba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/librustc_resolve/lib.rs
Expand Up @@ -1844,11 +1844,6 @@ impl<'a, 'tcx> Resolver<'a, 'tcx> {
visit::walk_ty_param_bounds_helper(this, bounds);

for trait_item in trait_items {
// Create a new rib for the trait_item-specific type
// parameters.
//
// FIXME #4951: Do we need a node ID here?

match trait_item.node {
ast::ConstTraitItem(_, ref default) => {
// Only impose the restrictions of
Expand Down

0 comments on commit 8d9f1ba

Please sign in to comment.