Forbid unsafe code

This commit is contained in:
2022-06-17 01:49:06 +02:00
parent a3f9c9fda1
commit b77c442f56
2 changed files with 3 additions and 0 deletions

View File

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