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

@ -26,7 +26,6 @@
#![feature(test)]
#![feature(trusted_len)]
#![feature(try_trait)]
#![feature(inner_deref)]
#![feature(slice_internals)]
#![feature(slice_partition_dedup)]
#![feature(int_error_matching)]