Remove unused imports
This commit is contained in:
parent
fff318c4c8
commit
45f3ea97bf
4 changed files with 0 additions and 7 deletions
|
@ -1,11 +1,8 @@
|
||||||
use std::convert::Into;
|
|
||||||
|
|
||||||
use regex::Regex;
|
use regex::Regex;
|
||||||
use regex::Error as RError;
|
use regex::Error as RError;
|
||||||
|
|
||||||
use libimagstore::store::Entry;
|
use libimagstore::store::Entry;
|
||||||
|
|
||||||
use builtin::header::field_path::FieldPath;
|
|
||||||
use filter::Filter;
|
use filter::Filter;
|
||||||
|
|
||||||
pub trait IntoRegex {
|
pub trait IntoRegex {
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
use libimagstore::store::Entry;
|
use libimagstore::store::Entry;
|
||||||
|
|
||||||
use builtin::header::field_path::FieldPath;
|
|
||||||
use filter::Filter;
|
use filter::Filter;
|
||||||
|
|
||||||
pub struct ContentLengthIsOver {
|
pub struct ContentLengthIsOver {
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
use libimagstore::store::Entry;
|
use libimagstore::store::Entry;
|
||||||
|
|
||||||
use builtin::header::field_path::FieldPath;
|
|
||||||
use filter::Filter;
|
use filter::Filter;
|
||||||
|
|
||||||
pub struct ContentLengthIsUnder {
|
pub struct ContentLengthIsUnder {
|
||||||
|
|
|
@ -3,8 +3,6 @@ use libimagstore::store::Entry;
|
||||||
use builtin::header::field_path::FieldPath;
|
use builtin::header::field_path::FieldPath;
|
||||||
use filter::Filter;
|
use filter::Filter;
|
||||||
|
|
||||||
use toml::Value;
|
|
||||||
|
|
||||||
pub struct FieldExists {
|
pub struct FieldExists {
|
||||||
header_field_path: FieldPath,
|
header_field_path: FieldPath,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue