build: ensure no unsafe code

This commit is contained in:
EdJoPaTo
2023-02-22 14:03:53 +01:00
parent e51bb047f1
commit ed4e06c000
+1
View File
@@ -1,4 +1,5 @@
#![allow(clippy::must_use_candidate)]
#![forbid(unsafe_code)]
use std::collections::HashSet;