Skip to content

Commit

Permalink
Revert "Use a symlink for bridge.rs to avoid "expected outer doc comm…
Browse files Browse the repository at this point in the history
…ent" error TEMP: fix in zcashd"

This reverts commit aeb650d.
  • Loading branch information
teor2345 committed Apr 26, 2023
1 parent 5cda4ae commit b530b9c
Showing 1 changed file with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bridge.rs

This file was deleted.

7 changes: 7 additions & 0 deletions src/bridge.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// 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::*;

0 comments on commit b530b9c

Please sign in to comment.