1
Fork 0

Stabilize as_deref and as_deref on Result

This commit is contained in:
Lzu Tao 2020-07-30 15:32:25 +00:00
parent 07575286b8
commit c25f25f7f1
8 changed files with 5 additions and 15 deletions

View file

@ -24,7 +24,6 @@
#![feature(decl_macro)]
#![feature(extern_types)]
#![feature(in_band_lifetimes)]
#![feature(inner_deref)]
#![feature(negative_impls)]
#![feature(optin_builtin_traits)]
#![feature(restricted_std)]