Skip to content

Commit

Permalink
Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Oct 24, 2023
1 parent 54feaa0 commit e473741
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cli/src/opts/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ mod endpoints;
mod registry;
mod system;

pub use config::*;
pub use endpoints::*;
pub use registry::*;
pub use system::*;
Expand Down
1 change: 0 additions & 1 deletion subrpc-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pub use config::*;
pub use endpoint::*;
pub use endpoint_stats::*;
pub use endpoint_url::EndpointUrl;
pub use endpoint_url::*;
pub use local_data::*;
pub use registry::*;

Expand Down

0 comments on commit e473741

Please sign in to comment.