Skip to content

Commit

Permalink
Remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Feb 2, 2025
1 parent 969ba9c commit d2e7fc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/matcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ use assert_json_diff::{assert_json_matches_no_panic, CompareMode};
use http::header::HeaderValue;
use regex::Regex;
use std::collections::HashMap;
use std::convert::From;
use std::fmt;
use std::fs::File;
use std::io;
use std::io::Read;
use std::path::Path;
use std::string::ToString;
use std::sync::Arc;

///
Expand Down
2 changes: 0 additions & 2 deletions src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ use bytes::Bytes;
use http::{HeaderMap, HeaderName, StatusCode};
use rand::distr::Alphanumeric;
use rand::Rng;
use std::convert::Into;
use std::fmt;
use std::io;
use std::ops::Drop;
use std::path::Path;
use std::string::ToString;
use std::sync::Arc;
use std::sync::RwLock;

Expand Down

0 comments on commit d2e7fc3

Please sign in to comment.