Skip to content

Commit

Permalink
refactor: improved code, removed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
m62624 committed Aug 28, 2023
1 parent 5b029cf commit 2d33aec
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion flexible_inspect_rs/src/rules/common_elements/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use self::range::RangeFormat;
use super::*;
pub mod range;
pub mod str_to_number;
// =======================================================
/// This is reserved standard value for error filling
pub const DEFAULT_CAPTURE: &str = "main_capture";
Expand Down
2 changes: 1 addition & 1 deletion flexible_inspect_rs/src/rules/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ use log::error;
use std::collections::HashMap;
use std::hash::Hash;
use std::hash::Hasher;
// =======================================================
// =======================================================a
pub use common_elements::*;
Empty file.
1 change: 1 addition & 0 deletions flexible_inspect_rs/src/rules/rule_bytes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
mod another_traits;
mod base;
mod captures;
mod convert;
mod init;
mod modifiers;
mod utils;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@ where
None
}
}


1 change: 1 addition & 0 deletions flexible_inspect_rs/src/rules/rule_str/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
mod another_traits;
mod base;
mod captures;
mod convert;
mod init;
mod modifiers;
mod utils;
Expand Down

0 comments on commit 2d33aec

Please sign in to comment.