Deny unsafe code (y'know, just in case)

This commit is contained in:
Jez Cope 2021-07-06 20:17:48 +01:00
parent 1740f9276b
commit dc5ce6082f
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#[deny(unsafe_code)]
#[macro_use]
extern crate clap;
#[macro_use]