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

Commit

Permalink
Merge pull request #59 from KerryRJ/Fix-feature(const_fn)-has-been-re…
Browse files Browse the repository at this point in the history
…moved

Fix #![feature(const_fn)] has been removed
  • Loading branch information
MabezDev authored Aug 6, 2021
2 parents 94dc49f + fb2b5e9 commit a19e21b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
//! instructions to support IRAM usage and as optimization
#![no_std]
#![feature(const_fn)]
#![cfg_attr(feature = "alloc", feature(allocator_api))]
#![cfg_attr(feature = "alloc", feature(alloc_layout_extra))]
#![cfg_attr(feature = "alloc", feature(nonnull_slice_from_raw_parts))]
Expand Down

0 comments on commit a19e21b

Please sign in to comment.