Skip to content

Commit

Permalink
fixup! Remove support for hjson
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasbeyer committed Oct 2, 2021
1 parent d98f106 commit d322fc6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/datetime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ fn test_datetime() {

assert_eq!(date, Utc.ymd(2017, 6, 12).and_hms(10, 58, 30));

assert_eq!(date, Utc.ymd(2017, 5, 10).and_hms(2, 14, 53));

// INI
let date: DateTime<Utc> = s.get("ini_datetime").unwrap();

Expand Down

0 comments on commit d322fc6

Please sign in to comment.