Skip to content

Commit

Permalink
fix test import
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueGreenMagick committed Sep 20, 2024
1 parent 10a71b4 commit d66842a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/serde-issues.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use quick_xml::se::{to_string, to_string_with_root};
use serde::de::{Deserializer, IgnoredAny};
use serde::{Deserialize, Serialize};
use std::collections::HashMap;
use std::io::BufReader;

/// Regression tests for https://github.com/tafia/quick-xml/issues/252.
mod issue252 {
Expand Down

0 comments on commit d66842a

Please sign in to comment.