Skip to content

Commit

Permalink
Add link to rust-lang/rust#67295
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 24, 2021
1 parent e61261e commit 82d0fe0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion serde/src/private/mod.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 82d0fe0

Please sign in to comment.