Skip to content

Commit c63b633

Browse files
committed
remove dupe attribute
1 parent 73fb162 commit c63b633

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_mir/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
1616

1717
#![cfg_attr(not(stage0), feature(nll))]
1818
#![cfg_attr(not(stage0), feature(infer_outlives_requirements))]
19-
#![feature(infer_outlives_requirements)]
2019
#![feature(in_band_lifetimes)]
2120
#![feature(slice_patterns)]
2221
#![feature(slice_sort_by_cached_key)]

0 commit comments

Comments
 (0)