mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -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:
@@ -8,7 +8,7 @@
|
||||
|
||||
#![allow(clippy::float_cmp)]
|
||||
#![allow(clippy::manual_range_contains)]
|
||||
#![forbid(unsafe_code)]
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
#[cfg(feature = "chrono")]
|
||||
mod datepicker;
|
||||
|
||||
Reference in New Issue
Block a user