mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-05 20:55:05 +00:00
lib: forbid unsafe_code at all
This commit is contained in:
parent
9990c41a90
commit
af6047a655
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
|
||||
#![warn(missing_docs)]
|
||||
#![deny(unused_must_use)]
|
||||
#![forbid(unsafe_code)]
|
||||
|
||||
#[macro_use]
|
||||
pub mod content_hash;
|
||||
|
|
Loading…
Reference in a new issue