Skip to content

Commit

Permalink
Import PhantomData from std
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Sep 14, 2022
1 parent 455cd7b commit 890413b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ use serde::{Deserializer, Serializer};
use smallvec::SmallVec;
use std::iter::FromIterator;
use std::{error, io, fmt};
use std::marker::PhantomData;
use serde::de::{Visitor};
use serde::export::{PhantomData};

/// Trait specifying custom serialization and deserialization logic from a
/// hexadecimal string to some arbitrary type. This trait can be used to apply
Expand Down

0 comments on commit 890413b

Please sign in to comment.