mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Forbid uses of unwrap() in the code (#7795)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#![allow(unsafe_code)]
|
||||
#![allow(clippy::undocumented_unsafe_blocks)]
|
||||
#![expect(clippy::undocumented_unsafe_blocks)]
|
||||
#![expect(clippy::unwrap_used)] // TODO(emilk): avoid unwraps
|
||||
#![expect(unsafe_code)]
|
||||
|
||||
use std::convert::TryInto as _;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user