Skip to content

Commit

Permalink
serde: fix minor unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Dec 22, 2023
1 parent b8a7ab1 commit 344d651
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/serde10.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ use serde::Serialize;
#[cfg(feature = "chrono")]
use chrono::{NaiveDate, NaiveDateTime};

#[cfg(feature = "chrono")]
use rust_xlsxwriter::utility::serialize_chrono_naive_to_excel;

#[cfg(feature = "chrono")]
use rust_xlsxwriter::utility::serialize_chrono_option_naive_to_excel;

// Test case for Serde serialization. First test isn't serialized.
Expand Down

0 comments on commit 344d651

Please sign in to comment.