Skip to content

Commit 9273bb5

Browse files
authored
Update mod.rs
1 parent b86d688 commit 9273bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/host/wasapi/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ pub use self::stream::Stream;
66
use crate::traits::HostTrait;
77
use crate::BackendSpecificError;
88
use crate::DevicesError;
9+
use crate::SupportedStreamConfigsError;
910
use std::io::Error as IoError;
1011
use windows::Win32::Media::Audio;
11-
use crate::SupportedStreamConfigsError;
1212

1313
mod com;
1414
mod device;

0 commit comments

Comments
 (0)