This commit is contained in:
David Tolnay 2021-01-23 22:31:39 -08:00
parent e61261e002
commit 82d0fe00fd
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -1,7 +1,9 @@
pub mod de;
pub mod doc;
pub mod ser;
// FIXME: #[cfg(doctest)] once https://github.com/rust-lang/rust/issues/67295 is fixed.
pub mod doc;
pub use lib::clone::Clone;
pub use lib::convert::{From, Into};
pub use lib::default::Default;