mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 16:24:24 +00:00
refactor: satisfy clippy::non_minimal_cfg
This commit is contained in:
parent
fd2ecdd360
commit
80daf25f20
@ -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")))]
|
||||
|
Loading…
Reference in New Issue
Block a user