]> git.lizzy.rs Git - rust.git/commitdiff
Remove a FIXME
authorSeo Sanghyeon <sanxiyn@gmail.com>
Wed, 8 Jul 2015 14:30:19 +0000 (23:30 +0900)
committerSeo Sanghyeon <sanxiyn@gmail.com>
Wed, 8 Jul 2015 14:30:19 +0000 (23:30 +0900)
src/librustc_resolve/lib.rs

index 5d10b0d9a57b80b31990b6221e44f1cc87370e54..0ec3979ccfb30ab6a1d4a2af100aa79ad9b60ac7 100644 (file)
@@ -1844,11 +1844,6 @@ fn resolve_item(&mut self, item: &Item) {
                         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