mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 14:08:06 +00:00
Fix tests, make Deserializer::visit take a value not a reference
This commit is contained in:
@@ -31,4 +31,6 @@ enum Enum<'a, A: 'a, B: /* Trait + */ 'a, C> where C: /* Trait + */ 'a {
|
||||
},
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
#[test]
|
||||
fn test() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user