Skip to content

Commit 62ca5aa

Browse files
committed
Remove unnecessary feature gates
1 parent 7f08376 commit 62ca5aa

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

compiler/rustc_codegen_ssa/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#![feature(associated_type_bounds)]
33
#![feature(box_patterns)]
44
#![feature(if_let_guard)]
5-
#![feature(int_roundings)]
65
#![feature(let_chains)]
76
#![feature(negative_impls)]
87
#![feature(never_type)]

library/std/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@
293293
#![feature(float_next_up_down)]
294294
#![feature(hasher_prefixfree_extras)]
295295
#![feature(hashmap_internals)]
296-
#![feature(int_roundings)]
297296
#![feature(ip)]
298297
#![feature(ip_in_core)]
299298
#![feature(maybe_uninit_slice)]

0 commit comments

Comments
 (0)