gfx-rs / wgpu-rs

Rust bindings to wgpu native library
https://wgpu.rs
Mozilla Public License 2.0
1.69k stars 186 forks source link

Remove comment about `Vec::remove_item` #855

Closed Pat-Lafon closed 3 years ago

Pat-Lafon commented 3 years ago

Sadly, Vec::remove_item was an unstable method that was deprecated and has now been removed.

https://github.com/rust-lang/rust/pull/80972

This pr removes a comment suggesting to use Vec::remove_item when it stabilizes.

kvark commented 3 years ago

bors r+

bors[bot] commented 3 years ago

Build succeeded: