diff options
Diffstat (limited to 'examples/rp/src')
| -rw-r--r-- | examples/rp/src/bin/blinky.rs | 1 | ||||
| -rw-r--r-- | examples/rp/src/bin/button.rs | 1 | ||||
| -rw-r--r-- | examples/rp/src/bin/spi.rs | 1 | ||||
| -rw-r--r-- | examples/rp/src/bin/spi_display.rs | 1 | ||||
| -rw-r--r-- | examples/rp/src/bin/uart.rs | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/examples/rp/src/bin/blinky.rs b/examples/rp/src/bin/blinky.rs index e79ca21f2..d3e066e00 100644 --- a/examples/rp/src/bin/blinky.rs +++ b/examples/rp/src/bin/blinky.rs | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(asm)] | 3 | #![feature(asm)] |
| 4 | #![feature(type_alias_impl_trait)] | 4 | #![feature(type_alias_impl_trait)] |
| 5 | #![allow(incomplete_features)] | ||
| 6 | 5 | ||
| 7 | #[path = "../example_common.rs"] | 6 | #[path = "../example_common.rs"] |
| 8 | mod example_common; | 7 | mod example_common; |
diff --git a/examples/rp/src/bin/button.rs b/examples/rp/src/bin/button.rs index c9e99ec23..a7846cbf3 100644 --- a/examples/rp/src/bin/button.rs +++ b/examples/rp/src/bin/button.rs | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(asm)] | 3 | #![feature(asm)] |
| 4 | #![feature(type_alias_impl_trait)] | 4 | #![feature(type_alias_impl_trait)] |
| 5 | #![allow(incomplete_features)] | ||
| 6 | 5 | ||
| 7 | #[path = "../example_common.rs"] | 6 | #[path = "../example_common.rs"] |
| 8 | mod example_common; | 7 | mod example_common; |
diff --git a/examples/rp/src/bin/spi.rs b/examples/rp/src/bin/spi.rs index 0b922625c..0e59c457e 100644 --- a/examples/rp/src/bin/spi.rs +++ b/examples/rp/src/bin/spi.rs | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(asm)] | 3 | #![feature(asm)] |
| 4 | #![feature(type_alias_impl_trait)] | 4 | #![feature(type_alias_impl_trait)] |
| 5 | #![allow(incomplete_features)] | ||
| 6 | 5 | ||
| 7 | #[path = "../example_common.rs"] | 6 | #[path = "../example_common.rs"] |
| 8 | mod example_common; | 7 | mod example_common; |
diff --git a/examples/rp/src/bin/spi_display.rs b/examples/rp/src/bin/spi_display.rs index 8e8342d80..702133307 100644 --- a/examples/rp/src/bin/spi_display.rs +++ b/examples/rp/src/bin/spi_display.rs | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(asm)] | 3 | #![feature(asm)] |
| 4 | #![feature(type_alias_impl_trait)] | 4 | #![feature(type_alias_impl_trait)] |
| 5 | #![allow(incomplete_features)] | ||
| 6 | 5 | ||
| 7 | #[path = "../example_common.rs"] | 6 | #[path = "../example_common.rs"] |
| 8 | mod example_common; | 7 | mod example_common; |
diff --git a/examples/rp/src/bin/uart.rs b/examples/rp/src/bin/uart.rs index 93848c7fe..379ab2438 100644 --- a/examples/rp/src/bin/uart.rs +++ b/examples/rp/src/bin/uart.rs | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(asm)] | 3 | #![feature(asm)] |
| 4 | #![feature(type_alias_impl_trait)] | 4 | #![feature(type_alias_impl_trait)] |
| 5 | #![allow(incomplete_features)] | ||
| 6 | 5 | ||
| 7 | #[path = "../example_common.rs"] | 6 | #[path = "../example_common.rs"] |
| 8 | mod example_common; | 7 | mod example_common; |
