Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #409 from Stupremee/patch-1
Browse files Browse the repository at this point in the history
Show `Spanned` and `Datetime` in docs
  • Loading branch information
ehuss authored Nov 13, 2020
2 parents 9a94610 + ae19667 commit e454f39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ mod tokens;
pub mod macros;

mod spanned;
#[doc(no_inline)]
pub use crate::spanned::Spanned;

// Just for rustdoc
Expand Down
1 change: 0 additions & 1 deletion src/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use serde::de::IntoDeserializer;
use serde::ser;

use crate::datetime::{self, DatetimeFromString};
#[doc(no_inline)]
pub use crate::datetime::{Datetime, DatetimeParseError};

pub use crate::map::Map;
Expand Down

0 comments on commit e454f39

Please sign in to comment.