mozilla / cubeb-rs

ISC License
61 stars 19 forks source link

Avoid relying on bitflags internals #84

Closed glandium closed 12 months ago

glandium commented 1 year ago

This will allow to use a bitflags 2-derived bitflags 1 implementation in mozilla-central.

glandium commented 1 year ago

Ironically, bitflags 1 makes clippy unhappy now.