X-Git-Url: https://code.octet-stream.net/m17rt/blobdiff_plain/9a5a0d1e59e5f813f17239b674336ac9814c16b4..e307431f908eedae321aa86565fd5e213d758216:/m17app/src/util/out_buffer.rs?ds=sidebyside diff --git a/m17app/src/util/out_buffer.rs b/m17app/src/util/out_buffer.rs index c24e0a9..06d8e91 100644 --- a/m17app/src/util/out_buffer.rs +++ b/m17app/src/util/out_buffer.rs @@ -2,7 +2,7 @@ use std::{ io::{self, ErrorKind, Read}, - sync::{mpsc::Receiver, Arc, Mutex}, + sync::{Arc, Mutex, mpsc::Receiver}, }; #[derive(Clone)]