mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-18 20:11:03 +00:00
Deny unsafe code in lib and bin
The deny also applies recursively to submodules.
This commit is contained in:
parent
043f3381b0
commit
554374667e
@ -1,3 +1,5 @@
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
mod app;
|
||||
mod assets;
|
||||
mod clap_app;
|
||||
|
@ -19,6 +19,8 @@
|
||||
//! .unwrap();
|
||||
//! ```
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
mod macros;
|
||||
|
||||
pub mod assets;
|
||||
|
Loading…
x
Reference in New Issue
Block a user