Cargo fmt

This commit is contained in:
Richard Dodd 2020-04-15 18:42:43 +01:00
parent 86079e6439
commit 290f464330
1 changed files with 1 additions and 1 deletions

View File

@ -8,10 +8,10 @@ use crate::{
StreamConfig, StreamError, SupportedStreamConfig, SupportedStreamConfigRange,
SupportedStreamConfigsError,
};
use std::{cmp, mem};
use std::sync::Arc;
use std::thread::{self, JoinHandle};
use std::vec::IntoIter as VecIntoIter;
use std::{cmp, mem};
use traits::{DeviceTrait, HostTrait, StreamTrait};
pub use self::enumerate::{default_input_device, default_output_device, Devices};