Skip to content

Commit 2a59875

Browse files
committed
Added attributes to allow rustfmt_skip in librand
1 parent ee5c583 commit 2a59875

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librand/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
#![feature(num_bits_bytes)]
3737
#![feature(staged_api)]
3838
#![feature(step_by)]
39+
#![feature(custom_attribute)]
40+
#![allow(unused_attributes)]
3941

4042
#![cfg_attr(test, feature(test, rand, rustc_private, iter_order))]
4143

0 commit comments

Comments
 (0)