AccessKit / accesskit

UI accessibility infrastructure across platforms and programming languages
BSD 3-Clause "New" or "Revised" License
991 stars 48 forks source link

fix: Fix dead code warning on Unix platforms #403

Closed mwcampbell closed 2 months ago

mwcampbell commented 2 months ago

This is causing CI to fail in another PR, now that Rust 1.78 has added a new dead code warning for trait associated functions.