Skip to content

Commit

Permalink
Forbid unsafe code
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2a-42 committed May 30, 2024
1 parent af5b50e commit 12e1005
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![forbid(unsafe_code)]

use std::path::Path;

use codespan_reporting::diagnostic::Severity;
Expand Down

0 comments on commit 12e1005

Please sign in to comment.