Skip to content

Commit 78f20cc

Browse files
committed
f specify why ignore_arg does its thing
1 parent de4ff62 commit 78f20cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lightning/src/util/ser_macros.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -927,8 +927,9 @@ macro_rules! _init_and_read_tlv_stream {
927927
}
928928
}
929929

930-
/// Dummy macro that drops the second argument. Used by
931-
/// [`lightning_macros::drop_legacy_field_definition`] to match for legacy fields.
930+
/// Dummy macro that drops the second argument (which is used by
931+
/// [`lightning_macros::drop_legacy_field_definition`] to match for legacy fields but isn't needed
932+
/// in the final code we want to generate).
932933
#[doc(hidden)]
933934
#[macro_export]
934935
macro_rules! _ignore_arg {

0 commit comments

Comments
 (0)