Skip to content

Commit

Permalink
chore: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
dracarys18 committed Apr 22, 2024
1 parent ff0c1ae commit dacd1e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/formatting.rs
Expand Up @@ -5,6 +5,7 @@ use time::format_description::well_known::{iso8601, Iso8601, Rfc2822, Rfc3339};
use time::format_description::{self, BorrowedFormatItem, OwnedFormatItem};
use time::macros::{date, datetime, format_description as fd, offset, time};
use time::{OffsetDateTime, Time};
use time::formatting::FloatNum;

#[test]
fn rfc_2822() -> time::Result<()> {
Expand Down

0 comments on commit dacd1e4

Please sign in to comment.