build: ensure no unsafe code
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#![allow(clippy::must_use_candidate)]
|
#![allow(clippy::must_use_candidate)]
|
||||||
|
#![forbid(unsafe_code)]
|
||||||
|
|
||||||
use std::collections::HashSet;
|
use std::collections::HashSet;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user