File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,7 @@ impl QuoteContentType<'_> {
173173 }
174174}
175175
176+ #[ allow( clippy:: large_enum_variant) ]
176177/// Represents a verified attestation
177178#[ derive( Clone ) ]
178179pub enum DstackVerifiedReport {
@@ -264,8 +265,8 @@ impl AttestationQuote {
264265 pub fn mode ( & self ) -> AttestationMode {
265266 match self {
266267 AttestationQuote :: DstackTdx { .. } => AttestationMode :: DstackTdx ,
267- AttestationQuote :: DstackGcpTdx { .. } => AttestationMode :: DstackGcpTdx ,
268- AttestationQuote :: DstackNitroEnclave { .. } => AttestationMode :: DstackNitroEnclave ,
268+ AttestationQuote :: DstackGcpTdx => AttestationMode :: DstackGcpTdx ,
269+ AttestationQuote :: DstackNitroEnclave => AttestationMode :: DstackNitroEnclave ,
269270 }
270271 }
271272}
You can’t perform that action at this time.
0 commit comments