mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Update puffin to 0.18 (#3600)
THe profiling macros now contain unsafe code (but in a safe way), so `#[foribd(unsafe)]` had to become `#[deny(unsafe)]`
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
//!
|
||||
|
||||
#![allow(clippy::float_cmp)]
|
||||
#![forbid(unsafe_code)]
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
use std::ops::{Add, Div, Mul, RangeInclusive, Sub};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user