cargo fmt
This commit is contained in:
Родитель
9ea926bf36
Коммит
f70ef45e66
|
@ -2647,7 +2647,9 @@ impl ContextOps for AudioUnitContext {
|
|||
fn backend_id(&mut self) -> &'static CStr {
|
||||
// https://github.com/rust-lang/rust-clippy/issues/13531
|
||||
#[allow(clippy::manual_c_str_literals)]
|
||||
unsafe { CStr::from_ptr(b"audiounit-rust\0".as_ptr() as *const _) }
|
||||
unsafe {
|
||||
CStr::from_ptr(b"audiounit-rust\0".as_ptr() as *const _)
|
||||
}
|
||||
}
|
||||
#[cfg(target_os = "ios")]
|
||||
fn max_channel_count(&mut self) -> Result<u32> {
|
||||
|
|
Загрузка…
Ссылка в новой задаче