1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Enable more clippy lints (#7801)

This commit is contained in:
Emil Ernerfeldt
2025-12-21 21:57:29 +01:00
committed by GitHub
parent 661d5f9173
commit 4169d2c196
2 changed files with 7 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#![doc = include_str!("../README.md")]
#![cfg_attr(doc, doc = include_str!("../README.md"))]
//!
//! ## Feature flags
#![cfg_attr(feature = "document-features", doc = document_features::document_features!())]