mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
In `src/valid/expresion.rs`, use the full path `std::ops::Index` when implementing the trait on `ExpressionTypeResolver`. This implementation is `#[cfg(feature = "validate")]`, so the `use` directive becomes unnecessary when that feature is not enabled, triggering warnings.