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 -1
View File
@@ -22,7 +22,7 @@ use std::str;
use std::sync::atomic::{AtomicI64, AtomicU64};
use fnv::FnvHasher;
use serde::Serialize;
use serde_derive::Serialize;
use serde_test::{assert_ser_tokens, assert_ser_tokens_error, Configure, Token};
#[macro_use]