aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-05-19 19:01:31 +0200
committerGitHub <[email protected]>2023-05-19 19:01:31 +0200
commitd737e3dcbb67af114490834c617de9100b65d5fb (patch)
tree8af24ae1262c5f60e2388e3deab9894cbea23707 /embassy-boot
parent9dff6b9d81a56966a815057c79898c178841b1cd (diff)
parenta1cbdd8d295f9fd816a65fa7ca6df67ac5a25ddf (diff)
Merge pull request #1469 from embassy-rs/update-nightly
Update Rust nightly.
Diffstat (limited to 'embassy-boot')
-rw-r--r--embassy-boot/boot/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-boot/boot/src/lib.rs b/embassy-boot/boot/src/lib.rs
index 8eb3ba96d..4521fecb0 100644
--- a/embassy-boot/boot/src/lib.rs
+++ b/embassy-boot/boot/src/lib.rs
@@ -1,5 +1,4 @@
1#![cfg_attr(feature = "nightly", feature(async_fn_in_trait))] 1#![cfg_attr(feature = "nightly", feature(async_fn_in_trait))]
2#![allow(incomplete_features)]
3#![no_std] 2#![no_std]
4#![warn(missing_docs)] 3#![warn(missing_docs)]
5#![doc = include_str!("../README.md")] 4#![doc = include_str!("../README.md")]