mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 14:14:21 +00:00
cargo fmt
This commit is contained in:
parent
3ad927886c
commit
3b840675c8
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@
|
|||
//!
|
||||
#![cfg_attr(test, deny(missing_docs))]
|
||||
pub use cpal::{
|
||||
traits::DeviceTrait, Device, Devices, DevicesError, InputDevices, OutputDevices,
|
||||
SupportedStreamConfig, self,
|
||||
self, traits::DeviceTrait, Device, Devices, DevicesError, InputDevices, OutputDevices,
|
||||
SupportedStreamConfig,
|
||||
};
|
||||
|
||||
mod conversions;
|
||||
|
|
Loading…
Reference in a new issue