Skip to content

Commit e808a3a

Browse files
committed
Remove the feature(const_fn_union) which is no longer needed.
1 parent 2a3b0aa commit e808a3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
#![deny(missing_docs)]
4646
#![cfg_attr(linux_raw, deny(unsafe_code))]
4747
#![cfg_attr(linux_raw_inline_asm, feature(asm))]
48-
#![cfg_attr(const_fn_union, feature(const_fn_union))]
4948
#![cfg_attr(rustc_attrs, feature(rustc_attrs))]
5049
#![cfg_attr(target_os = "wasi", feature(wasi_ext))]
5150
#![cfg_attr(

0 commit comments

Comments
 (0)