Merge pull request #409 from Stupremee/patch-1

Show `Spanned` and `Datetime` in docs
master
Eric Huss 2020-11-13 13:06:12 -08:00 committed by GitHub
commit e454f3960a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -171,7 +171,6 @@ mod tokens;
pub mod macros;
mod spanned;
#[doc(no_inline)]
pub use crate::spanned::Spanned;
// Just for rustdoc

View File

@ -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;