mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
Only forbid warnings in release builds
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#![forbid(unsafe_code)]
|
||||
#![deny(warnings)]
|
||||
#![cfg_attr(not(debug_assertions), deny(warnings))] // Forbid warnings in release builds
|
||||
#![warn(clippy::all)]
|
||||
|
||||
mod example_app;
|
||||
|
||||
Reference in New Issue
Block a user