commit | a709d14da8d480cf9efd37f9c24ddc6dce630853 | [log] [tgz] |
---|---|---|
author | torfmaster <briefe@kebes.de> | Fri Feb 15 17:39:15 2019 +0100 |
committer | torfmaster <briefe@kebes.de> | Fri Feb 15 17:53:47 2019 +0100 |
tree | ba4b49596d44aea44d21f8c082a3dc69695e4e06 | |
parent | 18746e4363afc89e170e92d5f9dae2eb399af92c [diff] |
Remove unnecessary alloc feature
diff --git a/examples/adc.rs b/examples/adc.rs index 3f763ab..8ba602b 100644 --- a/examples/adc.rs +++ b/examples/adc.rs
@@ -1,4 +1,3 @@ -#![feature(alloc)] #![no_std] use core::fmt::Write;
diff --git a/examples/adc_buffer.rs b/examples/adc_buffer.rs index ea0a644..8644075 100644 --- a/examples/adc_buffer.rs +++ b/examples/adc_buffer.rs
@@ -1,4 +1,3 @@ -#![feature(alloc)] #![no_std] use core::fmt::Write;