Skip to content

Commit b22231c

Browse files
committed
rustfmt librustc_trans/save
1 parent 7843404 commit b22231c

File tree

5 files changed

+260
-250
lines changed

5 files changed

+260
-250
lines changed

src/librustc_trans/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
#![feature(box_patterns)]
2929
#![feature(box_syntax)]
3030
#![feature(const_fn)]
31+
#![feature(custom_attribute)]
32+
#![allow(unused_attributes)]
3133
#![feature(iter_cmp)]
3234
#![feature(iter_arith)]
3335
#![feature(libc)]

0 commit comments

Comments
 (0)