Skip to content

Commit

Permalink
Update fixed.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
寧靜 authored and LuoZijun committed Jun 20, 2018
1 parent 7baafaf commit bb3089a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/offset/fixed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use super::{TimeZone, Offset, LocalResult};
/// 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.
#[derive(Copy, Clone, PartialEq, Eq)]
#[derive(PartialEq, Eq, PartialOrd, Ord, Hash, Copy, Clone)]
pub struct FixedOffset {
local_minus_utc: i32,
}
Expand Down

0 comments on commit bb3089a

Please sign in to comment.