Skip to content

Commit

Permalink
contract: move Event into scope for rustdoc Fixes gakonst#1676 (gakon…
Browse files Browse the repository at this point in the history
  • Loading branch information
MouseLess.eth authored and hexiaoyuan committed Nov 9, 2022
1 parent 296de5f commit 6ab1928
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 6ab1928

Please sign in to comment.