Skip to content

Commit 8d5cbef

Browse files
committed
Remove unused ParsedDateTime.has_offset
1 parent 3313f1b commit 8d5cbef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rust/src/parsing.rs

-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ pub struct ParsedDateTime {
2727
pub second: u32,
2828
pub microsecond: u32,
2929
pub offset: Option<i32>,
30-
pub has_offset: bool,
3130
pub tzname: Option<String>,
3231
pub has_date: bool,
3332
pub has_time: bool,
@@ -46,7 +45,6 @@ impl ParsedDateTime {
4645
second: 0,
4746
microsecond: 0,
4847
offset: None,
49-
has_offset: false,
5048
tzname: None,
5149
has_date: false,
5250
has_time: false,

0 commit comments

Comments
 (0)