mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-07-28 23:45:49 +00:00
Reduce nesting of macrotest test cases
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
use serde::{Serialize, Deserialize};
|
||||
|
||||
#[derive(Serialize, Deserialize)]
|
||||
enum Void {}
|
||||
Reference in New Issue
Block a user