Skip to content

Commit 83db0b9

Browse files
authored
Fix Rust linting error (#854)
1 parent a21fc8d commit 83db0b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)