Skip to content

Commit

Permalink
Feature gate allocator_api (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
agerasev committed Jan 3, 2023
1 parent e154aa5 commit 191dd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freertos-rust/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(allocator_api)]
#![cfg_attr(feature = "allocator", feature(allocator_api))]
//! # FreeRTOS for Rust
//!
//! Rust interface for the FreeRTOS embedded operating system. Requires nightly Rust.
Expand Down

0 comments on commit 191dd52

Please sign in to comment.