Reimplement tests that touched serde_test internal API

This commit is contained in:
David Tolnay
2023-05-04 17:25:17 -07:00
parent 3e4a23cbd0
commit bd9e9abf35
3 changed files with 34 additions and 40 deletions
-4
View File
@@ -182,7 +182,3 @@ pub use assert::{
pub use token::Token;
pub use configure::{Compact, Configure, Readable};
// Not public API.
#[doc(hidden)]
pub use de::Deserializer;