Update rust nightly. (#819)

This commit is contained in:
Dario Nieuwenhuis
2022-06-18 01:44:02 +02:00
committed by GitHub
parent fcc1db078e
commit b585d54712
3 changed files with 12 additions and 6 deletions

View File

@ -1,7 +1,6 @@
#![no_std]
#![no_main]
#![feature(type_alias_impl_trait)]
#![feature(array_from_fn)]
use core::future::pending;