mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Make document-features an opt-in dependency
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
//! and enable the `mint` feature flag in `emath` to enable implicit conversion to/from `emath`.
|
||||
//!
|
||||
//! ## Feature flags
|
||||
#![doc = document_features::document_features!()]
|
||||
#![cfg_attr(feature = "document-features", doc = document_features::document_features!())]
|
||||
//!
|
||||
|
||||
#![allow(clippy::float_cmp)]
|
||||
|
||||
Reference in New Issue
Block a user