Skip to content

Commit 4b8a3d5

Browse files
committed
Remove redundant imports.
1 parent 3d0e0c2 commit 4b8a3d5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/collector/rsync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//! too.
1515
1616
use std::{fmt, fs, io, ops};
17-
use std::borrow::{Borrow, Cow, ToOwned};
17+
use std::borrow::{Borrow, Cow};
1818
use std::collections::{HashMap, HashSet};
1919
use std::path::{Path, PathBuf};
2020
use std::process::{Command as StdCommand, ExitStatus, Stdio};

src/config.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
99
use std::{env, fmt, fs, process};
1010
use std::collections::HashMap;
11-
use std::convert::{TryFrom, TryInto};
1211
use std::io::Read;
1312
use std::net::{IpAddr, SocketAddr};
1413
use std::path::{Path, PathBuf};

0 commit comments

Comments
 (0)