mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Forbid uses of unwrap() in the code (#7795)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#![allow(unsafe_code)]
|
||||
#![expect(clippy::unwrap_used)] // TODO(emilk): avoid unwraps
|
||||
|
||||
use std::{borrow::Cow, num::NonZeroU64, ops::Range};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user