mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 01:18:02 +00:00
Remove unused functions in with-variant tests
Macro expansion fails before it would generate code to call any of these.
This commit is contained in:
@@ -20,10 +20,4 @@ enum Enum {
|
||||
},
|
||||
}
|
||||
|
||||
fn deserialize_some_other_variant<'de, D>(_: D) -> StdResult<(String, u8), D::Error>
|
||||
where D: Deserializer<'de>,
|
||||
{
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
fn main() { }
|
||||
|
||||
Reference in New Issue
Block a user