diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-08-04 20:34:52 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-04 20:34:52 +0200 |
| commit | cee111c8650ad15d47a1495a33370f5ec12f83ed (patch) | |
| tree | 97142333d75c816f5368346068086f0ba80a219f /examples/nrf/src/bin/executor_fairness_test.rs | |
| parent | 07a095be0d439a0977de09aa5341885cbf399f06 (diff) | |
| parent | 07d4b196f718038b34091f4520b440fcf41e9ece (diff) | |
Merge pull request #306 from embassy-rs/update-nightly
Remove feature(impl_trait_in_bindings), update nightly
Diffstat (limited to 'examples/nrf/src/bin/executor_fairness_test.rs')
| -rw-r--r-- | examples/nrf/src/bin/executor_fairness_test.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/nrf/src/bin/executor_fairness_test.rs b/examples/nrf/src/bin/executor_fairness_test.rs index 797be4335..d874013f6 100644 --- a/examples/nrf/src/bin/executor_fairness_test.rs +++ b/examples/nrf/src/bin/executor_fairness_test.rs | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(min_type_alias_impl_trait)] | ||
| 4 | #![feature(impl_trait_in_bindings)] | ||
| 5 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 6 | #![allow(incomplete_features)] | 4 | #![allow(incomplete_features)] |
| 7 | 5 | ||
