Skip to content

Commit

Permalink
Remove unused trait impls on private MapAsEnum
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 24, 2021
1 parent 7d1bc1f commit 2fd5212
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 @@ -1529,7 +1529,6 @@ mod private {
}
}

#[derive(Clone, Debug)]
pub struct MapAsEnum<A> {
map: A,
}
Expand Down

0 comments on commit 2fd5212

Please sign in to comment.