Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Jul 15, 2024
1 parent 5104c36 commit 2374b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dxr/src/values/ser_de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ pub(crate) mod base64 {
/// without a `<type>` element, e.g. `<value>foo</value>` instead of
/// `<value><string>foo</string></value>` (which are both valid XML-RPC).
pub(crate) mod value {
#[cfg(feature = "nil")]
use serde::de::IgnoredAny;
use serde::{
de::{self, Deserializer, Visitor},
Deserialize,
};
#[cfg(feature = "nil")]
use serde::de::IgnoredAny;

use std::fmt;

Expand Down

0 comments on commit 2374b7f

Please sign in to comment.