mirror of
https://github.com/emilk/egui.git
synced 2026-06-28 07:23:13 -04:00
Enforce rust_2018_idioms in all libs
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#![forbid(unsafe_code)]
|
||||
#![cfg_attr(not(debug_assertions), deny(warnings))] // Forbid warnings in release builds
|
||||
#![warn(clippy::all)]
|
||||
#![warn(clippy::all, missing_docs, rust_2018_idioms)]
|
||||
|
||||
pub use {egui, epi};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user