Skip to content

Commit

Permalink
contract: move Event into scope for rustdoc Fixes gakonst#1676
Browse files Browse the repository at this point in the history
  • Loading branch information
6m-e committed Oct 16, 2022
1 parent a075814 commit 2c2b7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-contract/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mod factory;
pub use factory::{ContractDeployer, ContractFactory};

mod event;
pub use event::EthEvent;
pub use event::{EthEvent, Event};

mod log;
pub use log::{decode_logs, EthLogDecode, LogMeta};
Expand Down

0 comments on commit 2c2b7cb

Please sign in to comment.