Skip to content

Commit

Permalink
Remove documentation of deprecated feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Jan 31, 2024
1 parent be932d8 commit 4baf6b3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions time/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@
//! Libraries should never enable this feature, as the decision of what format to use should be up
//! to the user.
//!
//! - `serde-well-known` (_implicitly enables `serde-human-readable`_)
//!
//! _This feature flag is deprecated and will be removed in a future breaking release. Use the
//! `serde-human-readable` feature instead._
//!
//! Enables support for serializing and deserializing well-known formats using serde's
//! [`#[with]` attribute](https://serde.rs/field-attrs.html#with).
//!
//! - `rand`
//!
//! Enables [rand](https://docs.rs/rand) support for all types.
Expand Down

0 comments on commit 4baf6b3

Please sign in to comment.