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

This commit is contained in:
Nathan Adams 2022-12-31 01:38:56 +01:00
parent 0f5765d5cc
commit 3ead9aede9
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#![allow(clippy::bool_to_int_with_if)]
#![deny(clippy::unwrap_used)]
use bytemuck::{Pod, Zeroable};
use std::borrow::Cow;