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

Commit

Permalink
Remove no_inline from value re-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Stupremee authored Nov 13, 2020
1 parent 926c45c commit ae19667
Showing 1 changed file with 0 additions and 1 deletion.
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 ae19667

Please sign in to comment.