Skip to content

Commit

Permalink
Fix Rust linting error (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus authored Nov 20, 2024
1 parent a21fc8d commit 83db0b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rust/src/parsing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ pub struct ParsedDateTime {
pub second: u32,
pub microsecond: u32,
pub offset: Option<i32>,
#[allow(dead_code)]
pub has_offset: bool,
pub tzname: Option<String>,
pub has_date: bool,
Expand Down

0 comments on commit 83db0b9

Please sign in to comment.