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