Skip to content

Commit ac3774b

Browse files
committed
Add crate-level #[allow(non_local_definitions)] to event-bus
1 parent 6537c63 commit ac3774b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • rust/terradev-event-bus/src

rust/terradev-event-bus/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(non_local_definitions)]
2+
13
mod bus;
24
mod types;
35

0 commit comments

Comments
 (0)