gtk-rs / gtk3-rs

Rust bindings for GTK 3
https://gtk-rs.org
MIT License
508 stars 90 forks source link

examples: Update per Priority changes #817

Closed bilelmoussaoui closed 1 year ago

sdroege commented 1 year ago
 error: lint `clippy::derive_hash_xor_eq` has been renamed to `clippy::derived_hash_with_manual_eq`
 --> gtk/src/lib.rs:8:10
  |
8 | #![allow(clippy::derive_hash_xor_eq)]
  |          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::derived_hash_with_manual_eq`
  |
  = note: `-D renamed-and-removed-lints` implied by `-D warnings`