mirror of
https://github.com/sharkdp/bat
synced 2026-07-30 18:11:44 +00:00
Deny unsafe code in lib and bin
The deny also applies recursively to submodules.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
mod app;
|
||||
mod assets;
|
||||
mod clap_app;
|
||||
|
||||
Reference in New Issue
Block a user