Skip to content

Commit

Permalink
Use include!() for bridge.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Apr 26, 2023
1 parent b530b9c commit 44794ab
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/bridge.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
// workaround for "expected outer doc comment" error when including bridge.rs
mod inner {
//! Try me
include!("../depend/zcash/src/rust/src/bridge.rs");
}

pub use inner::*;
include!("../depend/zcash/src/rust/src/bridge.rs");

0 comments on commit 44794ab

Please sign in to comment.