We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4ff62 commit 78f20ccCopy full SHA for 78f20cc
lightning/src/util/ser_macros.rs
@@ -927,8 +927,9 @@ macro_rules! _init_and_read_tlv_stream {
927
}
928
929
930
-/// Dummy macro that drops the second argument. Used by
931
-/// [`lightning_macros::drop_legacy_field_definition`] to match for legacy fields.
+/// Dummy macro that drops the second argument (which is used by
+/// [`lightning_macros::drop_legacy_field_definition`] to match for legacy fields but isn't needed
932
+/// in the final code we want to generate).
933
#[doc(hidden)]
934
#[macro_export]
935
macro_rules! _ignore_arg {
0 commit comments