xmpp-parsers: Make everything PartialEq! \o/
This commit is contained in:
parent
c10d0094e9
commit
923a054b81
15 changed files with 21 additions and 25 deletions
|
|
@ -16,7 +16,7 @@ use std::str::FromStr;
|
|||
|
||||
generate_element!(
|
||||
/// Represents a range in a file.
|
||||
#[derive(PartialEq, Default)]
|
||||
#[derive(Default)]
|
||||
Range, "range", JINGLE_FT,
|
||||
attributes: [
|
||||
/// The offset in bytes from the beginning of the file.
|
||||
|
|
|
|||
Loading…
Reference in a new issue