mirror of
https://github.com/epi052/feroxbuster.git
synced 2026-05-25 23:21:12 -03:00
removed duplicate import
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use super::*;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
/// Simple implementor of FeroxFilter; used to filter out responses based on the number of lines
|
||||
/// in a Response body; specified using -N|--filter-lines
|
||||
#[derive(Default, Debug, PartialEq, Serialize, Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user