X-Git-Url: https://code.octet-stream.net/m17rt/blobdiff_plain/9a5a0d1e59e5f813f17239b674336ac9814c16b4..e307431f908eedae321aa86565fd5e213d758216:/m17app/src/soundmodem.rs diff --git a/m17app/src/soundmodem.rs b/m17app/src/soundmodem.rs index c0cbfbb..c782d86 100644 --- a/m17app/src/soundmodem.rs +++ b/m17app/src/soundmodem.rs @@ -9,8 +9,8 @@ use std::fmt::Display; use std::fs::File; use std::io::{self, Read, Write}; use std::path::PathBuf; -use std::sync::mpsc::{channel, sync_channel, Receiver, Sender, SyncSender, TryRecvError}; use std::sync::RwLock; +use std::sync::mpsc::{Receiver, Sender, SyncSender, TryRecvError, channel, sync_channel}; use std::sync::{Arc, Mutex}; use std::time::{Duration, Instant}; use thiserror::Error;