Fix declare_ser_tests to work on old rustc

This commit is contained in:
David Tolnay
2016-06-28 23:09:37 -07:00
parent 8e87926bc2
commit 7d09053bb8
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@ extern crate serde_test;
use self::serde_test::{
Error,
Token,
assert_ser_tokens,
assert_ser_tokens_error,
};