mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
815: Remove error logging from `binding_model` r=kvark a=GabrielMajeri **Connections** Part of #638 **Description** Removes some `log::error!` calls from `binding_model.rs`, instead encoding the messages in the error type. **Testing** Checked with core. Co-authored-by: Gabriel Majeri <gabriel.majeri6@gmail.com>