Skip to content

Commit

Permalink
Remove some unused trait impls from private UnitOnly variant accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 24, 2021
1 parent fbcb223 commit ac4001e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion serde/src/de/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,6 @@ mod private {

use de::{self, DeserializeSeed, Deserializer, MapAccess, Unexpected, VariantAccess, Visitor};

#[derive(Clone, Debug)]
pub struct UnitOnly<E> {
marker: PhantomData<E>,
}
Expand Down

0 comments on commit ac4001e

Please sign in to comment.