mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Forbid uses of unwrap() in the code (#7795)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#![allow(clippy::collapsible_else_if)]
|
||||
#![allow(clippy::unwrap_used)]
|
||||
#![allow(unsafe_code)]
|
||||
|
||||
use std::{collections::HashMap, sync::Arc};
|
||||
|
||||
Reference in New Issue
Block a user