Forbid use of unwrap
w/ clippy
This commit is contained in:
parent
4011997e60
commit
430f0c2b90
|
@ -1,4 +1,4 @@
|
||||||
#![forbid(unsafe_code)]
|
#![forbid(unsafe_code, clippy::unwrap_used)]
|
||||||
|
|
||||||
mod ast;
|
mod ast;
|
||||||
mod base_55;
|
mod base_55;
|
||||||
|
|
Loading…
Reference in a new issue