mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Add #![forbid(unsafe_code)] where unsafe isn't needed (#2773)
To be consistent with the use of the safety badge in the README.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
#![allow(clippy::float_cmp)]
|
||||
#![allow(clippy::manual_range_contains)]
|
||||
#![forbid(unsafe_code)]
|
||||
|
||||
mod color_test;
|
||||
mod demo;
|
||||
|
||||
Reference in New Issue
Block a user