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