render: Disallow unwrap() and unwrap_err() in render crate

This commit is contained in:
Nathan Adams 2022-12-31 00:42:47 +01:00
parent 85f0c9dde9
commit 5ae569983b
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![deny(clippy::unwrap_used)]
pub mod backend;
pub mod bitmap;
pub mod bounding_box;