Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit a19e21b

Browse files
authored
Merge pull request #59 from KerryRJ/Fix-feature(const_fn)-has-been-removed
Fix #![feature(const_fn)] has been removed
2 parents 94dc49f + fb2b5e9 commit a19e21b

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
@@ -15,7 +15,6 @@
1515
//! instructions to support IRAM usage and as optimization
1616
1717
#![no_std]
18-
#![feature(const_fn)]
1918
#![cfg_attr(feature = "alloc", feature(allocator_api))]
2019
#![cfg_attr(feature = "alloc", feature(alloc_layout_extra))]
2120
#![cfg_attr(feature = "alloc", feature(nonnull_slice_from_raw_parts))]

0 commit comments

Comments
 (0)