Modifications to serde

This commit is contained in:
Kirk Baird
2019-03-22 16:10:43 +11:00
5 changed files with 62 additions and 23 deletions

View File

@@ -15,7 +15,6 @@ pub struct TestDoc {
pub title: String,
pub summary: String,
pub fork: String,
pub version: String,
pub test_cases: Vec<TestCase>,
}