We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#![feature(const_loop)]
#![feature(const_if_match)]
1 parent 2e15b31 commit 39ad732Copy full SHA for 39ad732
README.md
@@ -27,9 +27,7 @@ Constance is a proof-of-concept of a static RTOS that utilizes Rust's compile-ti
27
## Example
28
29
```rust
30
-#![feature(const_loop)]
31
#![feature(const_fn)]
32
-#![feature(const_if_match)]
33
#![feature(const_mut_refs)]
34
use constance::kernel::Task;
35
src/constance_port_std/src/lib.md
@@ -3,9 +3,7 @@ Simulator for running [`::constance`] on a hosted environment
3
# Usage
4
5
6
7
8
9
10
11
// Require `unsafe` even in `unsafe fn` - highly recommended
0 commit comments