Skip to content

Commit 45915f3

Browse files
committed
Fix Rust linting error
1 parent a21fc8d commit 45915f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/src/parsing.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pub struct ParsedDateTime {
2727
pub second: u32,
2828
pub microsecond: u32,
2929
pub offset: Option<i32>,
30+
#[allow(dead_code)]
3031
pub has_offset: bool,
3132
pub tzname: Option<String>,
3233
pub has_date: bool,

0 commit comments

Comments
 (0)