mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 12:58:01 +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:
@@ -17,10 +17,4 @@ enum Enum {
|
||||
Unit,
|
||||
}
|
||||
|
||||
fn deserialize_some_unit_variant<'de, D>(_: D) -> StdResult<(), D::Error>
|
||||
where D: Deserializer<'de>,
|
||||
{
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
fn main() { }
|
||||
|
||||
Reference in New Issue
Block a user