Merge pull request #409 from Stupremee/patch-1
Show `Spanned` and `Datetime` in docs
This commit is contained in:
commit
6f007bf9c7
|
@ -171,7 +171,6 @@ mod tokens;
|
|||
pub mod macros;
|
||||
|
||||
mod spanned;
|
||||
#[doc(no_inline)]
|
||||
pub use crate::spanned::Spanned;
|
||||
|
||||
// Just for rustdoc
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue