Skip to content

Commit ca51f40

Browse files
committed
Fix unstable const-fn
1 parent d2ac2a6 commit ca51f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
//!
2727
#![doc(html_root_url="https://docs.rs/arrayvec/0.5/")]
2828
#![cfg_attr(not(feature="std"), no_std)]
29-
#![cfg_attr(feature="unstable-const-fn", feature(const_fn))]
29+
#![cfg_attr(feature="unstable-const-fn", feature(const_fn, const_maybe_uninit_assume_init))]
3030

3131
#[cfg(feature="serde")]
3232
extern crate serde;

0 commit comments

Comments
 (0)