summaryrefslogtreecommitdiff
path: root/examples/src/bin/ble_scan.rs
diff options
context:
space:
mode:
authorF_Punk <fabiopungg@gmail.com>2021-08-05 19:00:02 +0200
committerGitHub <noreply@github.com>2021-08-05 19:00:02 +0200
commit29211a57b49b7c7b80a54ccd35336adff001f6b2 (patch)
treefbd9f731f01ee5e5f0a72986f2b0c7dcc41e8260 /examples/src/bin/ble_scan.rs
parenteef35f64eb2a01c832355e057ceb8fcb5b1feb28 (diff)
downloadnrf-softdevice-29211a57b49b7c7b80a54ccd35336adff001f6b2.zip
update embassy and toolchain (#76)
* update toolchain to nightly-08-03 update embassy remove removed features * oops, missed a toolchain file
Diffstat (limited to 'examples/src/bin/ble_scan.rs')
-rw-r--r--examples/src/bin/ble_scan.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/src/bin/ble_scan.rs b/examples/src/bin/ble_scan.rs
index 24757f5..e9a9376 100644
--- a/examples/src/bin/ble_scan.rs
+++ b/examples/src/bin/ble_scan.rs
@@ -1,8 +1,6 @@
#![no_std]
#![no_main]
#![feature(type_alias_impl_trait)]
-#![feature(min_type_alias_impl_trait)]
-#![feature(impl_trait_in_bindings)]
#![feature(alloc_error_handler)]
#![allow(incomplete_features)]