xmpp-parsers: Make everything PartialEq! \o/
This commit is contained in:
parent
c10d0094e9
commit
923a054b81
15 changed files with 21 additions and 25 deletions
|
|
@ -18,7 +18,6 @@ generate_attribute!(
|
|||
);
|
||||
|
||||
generate_element!(
|
||||
#[derive(PartialEq)]
|
||||
/// Describes a content that should be grouped with other ones.
|
||||
Content, "content", JINGLE_GROUPING,
|
||||
attributes: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue