We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e360f commit 111836fCopy full SHA for 111836f
lib/dsc-lib/src/discovery/command_discovery.rs
@@ -45,7 +45,7 @@ pub struct ManifestList {
45
pub extensions: Option<Vec<ExtensionManifest>>,
46
}
47
48
-#[derive(Deserialize, JsonSchema)]
+#[derive(Clone, Deserialize, JsonSchema)]
49
#[schemars(transform = idiomaticize_externally_tagged_enum)]
50
pub enum ImportedManifest {
51
Resource(DscResource),
0 commit comments