Skip to content

Commit 1dfb268

Browse files
LeCyberDuckyjhpratt
authored andcommitted
Mention, that Instant has no serde support
1 parent 2b9e193 commit 1dfb268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
//!
4646
//! - `serde`
4747
//!
48-
//! Enables [serde](https://docs.rs/serde) support for all types.
48+
//! Enables [serde](https://docs.rs/serde) support for all types except [`Instant`].
4949
//!
5050
//! - `serde-human-readable` (_implicitly enables `serde`, `formatting`, and `parsing`_)
5151
//!

0 commit comments

Comments
 (0)