refactor: satisfy clippy::non_minimal_cfg

This commit is contained in:
Erich Gubler 2023-07-25 11:25:55 -04:00 committed by Connor Fitzgerald
parent fd2ecdd360
commit 80daf25f20

View File

@ -60,7 +60,7 @@ pub mod dx12;
/// A dummy API implementation.
pub mod empty;
/// GLES API internals.
#[cfg(all(feature = "gles"))]
#[cfg(feature = "gles")]
pub mod gles;
/// Metal API internals.
#[cfg(all(feature = "metal", any(target_os = "macos", target_os = "ios")))]