mirror of
https://github.com/RustAudio/rodio
synced 2024-12-14 14:12:31 +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))]
|
#![cfg_attr(test, deny(missing_docs))]
|
||||||
pub use cpal::{
|
pub use cpal::{
|
||||||
traits::DeviceTrait, Device, Devices, DevicesError, InputDevices, OutputDevices,
|
self, traits::DeviceTrait, Device, Devices, DevicesError, InputDevices, OutputDevices,
|
||||||
SupportedStreamConfig, self,
|
SupportedStreamConfig,
|
||||||
};
|
};
|
||||||
|
|
||||||
mod conversions;
|
mod conversions;
|
||||||
|
|
Loading…
Reference in a new issue