Skip to content

Commit

Permalink
some rust cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
schochastics committed Mar 29, 2024
1 parent 1416d48 commit 9c36295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# timeless 0.1.0.9000

* made all functions "timezone free"
* added to_tz parameter for timezone conversion
* added to_tz parameter for timezone conversion #14

# timeless 0.1.0

Expand Down
4 changes: 2 additions & 2 deletions src/rust/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use chrono::{DateTime, Local, NaiveDate, NaiveDateTime, TimeZone, Utc};
use dateparser::{parse, DateTimeUtc};
use chrono::{NaiveDate, NaiveDateTime};
use dateparser::DateTimeUtc;
use extendr_api::prelude::*;

#[extendr]
Expand Down

0 comments on commit 9c36295

Please sign in to comment.