remove erroneous tag directive from serde

This commit is contained in:
Keagan McClelland
2021-10-17 16:32:27 -06:00
committed by Aiden McClelland
parent c27fd487b9
commit 9225363392

View File

@@ -1823,7 +1823,6 @@ impl Hash for ConfigSelector {
#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash, Serialize, Deserialize)]
#[serde(rename_all = "kebab-case")]
#[serde(tag = "target")]
pub struct TorKeyPointer {
package_id: PackageId,
interface: InterfaceId,