Skip to content

Commit

Permalink
Remove stale diesel proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurshsmith committed Oct 26, 2023
1 parent bb5c375 commit c2624c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chaindexing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ pub use config::Config;
use config::{ConfigError, ConfigValidation};
pub use contract_states::{ContractState, ContractStateMigrations, ContractStates};
pub use contracts::{Contract, ContractAddress, ContractEvent, Contracts};
pub use diesel;
pub use diesel::prelude::QueryableByName;
pub use ethers::prelude::Chain;
pub use event_handlers::{EventHandler, EventHandlerContext as EventContext, EventHandlers};
pub use events::{Event, Events};
Expand Down

0 comments on commit c2624c2

Please sign in to comment.