confidential-containers / trustee

Attestation and Secret Delivery Components
Apache License 2.0
51 stars 77 forks source link

Fix KBS AS build warning #421

Closed larrydewey closed 2 weeks ago

larrydewey commented 2 weeks ago

This introduces a compiler feature check for as when importing sync::Arc. This removes the unused_imports warning when building as specified in #419.

Resolves: #419