Fix const Option::unwrap_or()

Fixes #57
This commit is contained in:
Hannes Körber
2023-05-04 11:27:47 +02:00
parent 60a777276f
commit f2fa3411d8
3 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
#![feature(io_error_more)]
#![feature(const_option_ext)]
#![forbid(unsafe_code)]
use std::path::Path;