mozilla / cubeb-coreaudio-rs

The audio backend of Firefox on Mac OS X.
ISC License
25 stars 10 forks source link

Remove #[derive(Debug)] #56

Open ChunMinChang opened 4 years ago

ChunMinChang commented 4 years ago

Followup issue for https://github.com/ChunMinChang/cubeb-coreaudio-rs/pull/55#discussion_r395089676

The reason is smiliar to https://github.com/servo/servo/pull/19756

ChunMinChang commented 4 years ago

It seems this causes trouble since other related crates still requires Debug trait.

75 reverts the changes for now.