Skip to content

Commit

Permalink
core: export the macro declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Jul 26, 2024
1 parent b81e336 commit 88014e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fundamentals/src/primitives.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ use crate::core::{FromWire, ToWire};
/// }
/// }
/// ````
#[macro_export]
macro_rules! to_wire_type {
($ty: ty) => {
impl ToWire for $ty {
Expand Down

0 comments on commit 88014e2

Please sign in to comment.