AccessKit / accesskit

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

clippy: Fix new legacy-numeric-constants lint. #394

Closed waywardmonkeys closed 2 months ago

waywardmonkeys commented 2 months ago

It is preferred to use the associated constants as the other forms are expected to be deprecated in the future.