1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

Remove work-around for unsafe in puffin macro (#4484)

…since it is no longer in the puffin macro
This commit is contained in:
Emil Ernerfeldt
2024-05-11 20:17:19 +02:00
committed by GitHub
parent 059218d954
commit c3f386aa30
5 changed files with 0 additions and 10 deletions

View File

@@ -20,8 +20,6 @@
//!
#![allow(clippy::float_cmp)]
#![cfg_attr(feature = "puffin", deny(unsafe_code))]
#![cfg_attr(not(feature = "puffin"), forbid(unsafe_code))]
use std::ops::{Add, Div, Mul, RangeInclusive, Sub};