Run test suite on wa-serde-derive

This commit is contained in:
David Tolnay
2019-10-13 18:11:43 -07:00
parent 1afae183b0
commit af31449cb1
16 changed files with 20 additions and 8 deletions
+1
View File
@@ -7,6 +7,7 @@
use serde::de::IntoDeserializer;
use serde::Deserialize;
use serde_derive::Deserialize;
use serde_test::{assert_de_tokens_error, Token};
use std::collections::{BTreeMap, BTreeSet, HashMap, HashSet};
use std::ffi::{CStr, CString};