Skip to content

Commit

Permalink
point docs at non-deprecated functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurtis Nusbaum authored and djc committed Feb 1, 2023
1 parent b244b83 commit cbd2c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/offset/fixed.rs
Expand Up @@ -20,8 +20,8 @@ use crate::Timelike;
///
/// Using the [`TimeZone`](./trait.TimeZone.html) methods
/// on a `FixedOffset` struct is the preferred way to construct
/// `DateTime<FixedOffset>` instances. See the [`east`](#method.east) and
/// [`west`](#method.west) methods for examples.
/// `DateTime<FixedOffset>` instances. See the [`east_opt`](#method.east_opt) and
/// [`west_opt`](#method.west_opt) methods for examples.
#[derive(PartialEq, Eq, Hash, Copy, Clone)]
#[cfg_attr(feature = "rkyv", derive(Archive, Deserialize, Serialize))]
pub struct FixedOffset {
Expand Down

0 comments on commit cbd2c1f

Please sign in to comment.