Stop using try_trait

It is too much instable.
This commit is contained in:
Julien Cretin
2021-06-09 13:51:04 +02:00
parent bb4b94a141
commit b3b652aa53
2 changed files with 26 additions and 29 deletions

View File

@@ -335,7 +335,6 @@
//! is checked not to crash.
#![cfg_attr(not(feature = "std"), no_std)]
#![feature(try_trait)]
#[macro_use]
extern crate alloc;