mozilla / cubeb-coreaudio-rs

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

Remove most of the `Debug` trait #72

Closed ChunMinChang closed 4 years ago

ChunMinChang commented 4 years ago

This should address #56. This change removes all the Debug traits in the implementation, except the Debug trait for AutoArray* stuff. AutoArray* may be replaced by ringbuf soon so I don't bother to change it.

padenot commented 4 years ago

I'm merging this to be able to rebase my other patch sets more easily.