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 4c15a5b commit 494308eCopy full SHA for 494308e
net/epee-encoding/src/macros.rs
@@ -127,11 +127,12 @@ macro_rules! epee_object {
127
128
) => {
129
cuprate_epee_encoding::macros::paste!(
130
- #[allow(non_snake_case, clippy::empty_structs_with_brackets)]
+ #[allow(non_snake_case)]
131
mod [<__epee_builder_ $obj>] {
132
use super::*;
133
134
#[derive(Default)]
135
+ #[allow(clippy::empty_structs_with_brackets)]
136
pub struct [<__Builder $obj>] {
137
$($field: Option<cuprate_epee_encoding::epee_object!(@internal_field_type $ty, $($ty_as)?)>,)*
138
$($flat_field: <$flat_ty as cuprate_epee_encoding::EpeeObject>::Builder,)*
0 commit comments