Skip to content

Commit 3a80e03

Browse files
committed
remove needless stability attributes
1 parent fee500a commit 3a80e03

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/librustc_resolve/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
#![feature(associated_consts)]
2323
#![feature(borrow_state)]
24-
#![feature(rc_weak)]
2524
#![feature(rustc_diagnostic_macros)]
2625
#![feature(rustc_private)]
2726
#![feature(slice_splits)]

src/librustc_trans/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
#![feature(path_relative_from)]
3737
#![feature(path_relative_from)]
3838
#![feature(quote)]
39-
#![feature(rc_weak)]
4039
#![feature(rustc_diagnostic_macros)]
4140
#![feature(rustc_private)]
4241
#![feature(staged_api)]

0 commit comments

Comments
 (0)