Skip to content

Commit 6ab1928

Browse files
6m-ehexiaoyuan
authored andcommitted
contract: move Event into scope for rustdoc Fixes gakonst#1676 (gakonst#1787)
1 parent 296de5f commit 6ab1928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ethers-contract/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mod factory;
1818
pub use factory::{ContractDeployer, ContractFactory};
1919

2020
mod event;
21-
pub use event::EthEvent;
21+
pub use event::{EthEvent, Event};
2222

2323
mod log;
2424
pub use log::{decode_logs, EthLogDecode, LogMeta};

0 commit comments

Comments
 (0)