src/lib.rs

branch
dev
changeset 193
dccf609cd020
parent 119
cc0c6a8d0933
child 196
3697375f4ee9
equal deleted inserted replaced
192:883b7d010297 193:dccf609cd020
10 // Extra setup for builds with the nightly compiler 10 // Extra setup for builds with the nightly compiler
11 #![cfg_attr( 11 #![cfg_attr(
12 nightly, 12 nightly,
13 feature( 13 feature(
14 maybe_uninit_array_assume_init, 14 maybe_uninit_array_assume_init,
15 maybe_uninit_slice,
16 float_minimum_maximum, 15 float_minimum_maximum,
17 get_mut_unchecked, 16 get_mut_unchecked,
18 cow_is_borrowed 17 cow_is_borrowed
19 ) 18 )
20 )] 19 )]

mercurial