1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30: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:
YgorSouza
2023-03-29 14:39:51 +02:00
committed by GitHub
parent c5caed5b35
commit 8ec9233e28
6 changed files with 6 additions and 0 deletions

View File

@@ -298,6 +298,7 @@
#![allow(clippy::float_cmp)]
#![allow(clippy::manual_range_contains)]
#![forbid(unsafe_code)]
mod animation_manager;
pub mod containers;