Files
wgpu/src
Jim Blandy b7da0057a0 Don't use std::opsIndex, used only when "validate" is on. (#2383)
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.
2023-06-15 14:40:13 +02:00
..
2023-06-13 15:08:05 -07:00
2023-06-01 15:40:47 +02:00
2023-06-12 17:41:53 -07:00
2023-06-01 15:40:47 +02:00