Skip to content

Commit d2e7fc3

Browse files
committed
Remove unnecessary import
1 parent 969ba9c commit d2e7fc3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/matcher.rs

-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ use assert_json_diff::{assert_json_matches_no_panic, CompareMode};
33
use http::header::HeaderValue;
44
use regex::Regex;
55
use std::collections::HashMap;
6-
use std::convert::From;
76
use std::fmt;
87
use std::fs::File;
98
use std::io;
109
use std::io::Read;
1110
use std::path::Path;
12-
use std::string::ToString;
1311
use std::sync::Arc;
1412

1513
///

src/mock.rs

-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ use bytes::Bytes;
99
use http::{HeaderMap, HeaderName, StatusCode};
1010
use rand::distr::Alphanumeric;
1111
use rand::Rng;
12-
use std::convert::Into;
1312
use std::fmt;
1413
use std::io;
1514
use std::ops::Drop;
1615
use std::path::Path;
17-
use std::string::ToString;
1816
use std::sync::Arc;
1917
use std::sync::RwLock;
2018

0 commit comments

Comments
 (0)