File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pub const MY_VEC: Vec<usize> = Vec::new();
10
10
#[ allow( dead_code) ]
11
11
pub const MY_STRING : String = String :: new ( ) ;
12
12
13
- // FIXME remove this struct once we put `K: ?const Ord` on BTreeMap::new.
13
+ // FIXME(fee1-dead) remove this struct once we put `K: ?const Ord` on BTreeMap::new.
14
14
#[ derive( PartialEq , Eq , PartialOrd ) ]
15
15
pub struct MyType ;
16
16
Original file line number Diff line number Diff line change 25
25
#![ feature( string_remove_matches) ]
26
26
#![ feature( const_btree_new) ]
27
27
#![ feature( const_trait_impl) ]
28
- // FIXME remove this when const_trait_impl is not incomplete anymore
29
- #![ allow( incomplete_features) ]
30
28
31
29
use std:: collections:: hash_map:: DefaultHasher ;
32
30
use std:: hash:: { Hash , Hasher } ;
You can’t perform that action at this time.
0 commit comments