Implement PartialEq for IgnoredAny so it can be used in tests
This commit is contained in:
parent
f583401284
commit
732ac49321
@ -108,7 +108,7 @@ use de::{
|
||||
/// # Ok(())
|
||||
/// # }
|
||||
/// ```
|
||||
#[derive(Copy, Clone, Debug, Default)]
|
||||
#[derive(Copy, Clone, Debug, Default, PartialEq)]
|
||||
pub struct IgnoredAny;
|
||||
|
||||
impl<'de> Visitor<'de> for IgnoredAny {
|
||||
|
Loading…
x
Reference in New Issue
Block a user