Skip to content

Commit 3633b99

Browse files
committed
fix: forbidding unsafe code
1 parent 01c7c9e commit 3633b99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![forbid(unsafe_code)]
12
use anyhow::Result;
23
use pico_args::Arguments;
34

0 commit comments

Comments
 (0)