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
@@ -1,6 +1,6 @@
#![allow(clippy::used_underscore_binding)]
use serde::{Deserialize, Serialize};
use serde_derive::{Deserialize, Serialize};
#[test]
fn test_self() {