Skip to content

Commit

Permalink
Mention, that Instant has no serde support
Browse files Browse the repository at this point in the history
  • Loading branch information
LeCyberDucky authored and jhpratt committed Jan 20, 2022
1 parent 2b9e193 commit 1dfb268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
//!
//! - `serde`
//!
//! Enables [serde](https://docs.rs/serde) support for all types.
//! Enables [serde](https://docs.rs/serde) support for all types except [`Instant`].
//!
//! - `serde-human-readable` (_implicitly enables `serde`, `formatting`, and `parsing`_)
//!
Expand Down

0 comments on commit 1dfb268

Please sign in to comment.