mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
remove erroneous tag directive from serde
This commit is contained in:
committed by
Aiden McClelland
parent
c27fd487b9
commit
9225363392
@@ -1823,7 +1823,6 @@ impl Hash for ConfigSelector {
|
|||||||
|
|
||||||
#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash, Serialize, Deserialize)]
|
#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash, Serialize, Deserialize)]
|
||||||
#[serde(rename_all = "kebab-case")]
|
#[serde(rename_all = "kebab-case")]
|
||||||
#[serde(tag = "target")]
|
|
||||||
pub struct TorKeyPointer {
|
pub struct TorKeyPointer {
|
||||||
package_id: PackageId,
|
package_id: PackageId,
|
||||||
interface: InterfaceId,
|
interface: InterfaceId,
|
||||||
|
|||||||
Reference in New Issue
Block a user