We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081f4c5 commit bf15626Copy full SHA for bf15626
src/main.rs
@@ -7,7 +7,7 @@ mod poll;
7
mod process;
8
mod signal;
9
10
-use base64::{Engine, engine::general_purpose::STANDARD_NO_PAD as BASE64};
+use base64::{engine::general_purpose::STANDARD_NO_PAD as BASE64, Engine};
11
use std::{
12
env,
13
io::{self, Read},
src/process.rs
@@ -2,7 +2,7 @@
2
3
use crate::{PollData, PollType};
4
5
6
use std::io::ErrorKind;
sync::{Arc, Mutex},
0 commit comments