Remove Debug trait from AudioUnitContext

This commit is contained in:
Chun-Min Chang 2020-03-27 11:32:48 -07:00
Родитель 0532fb8652
Коммит 11c941fe2f
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -1898,7 +1898,6 @@ pub const OPS: Ops = capi_new!(AudioUnitContext, AudioUnitStream);
// the Cubeb APIs on different implementation.
// #[repr(C)] is used to prevent any padding from being added in the beginning of the AudioUnitContext.
#[repr(C)]
#[derive(Debug)]
pub struct AudioUnitContext {
_ops: *const Ops,
serial_queue: Queue,