Forbid use of unwrap w/ clippy

This commit is contained in:
Alex Bethel 2021-06-16 10:36:52 -05:00
parent b26c0ab639
commit 4b6c3528da

View file

@ -1,4 +1,4 @@
#![forbid(unsafe_code)]
#![forbid(unsafe_code, clippy::unwrap_used)]
mod ast;
mod base_55;