confidential-containers / simple-kbs

Key Broker Server for SEV(-ES)
Apache License 2.0
10 stars 12 forks source link

Fix clippy warnings about needless borrows #53

Closed dubek closed 1 year ago

dubek commented 1 year ago

Clippy failed with several instances of:

error: the borrowed expression implements the required traits

Fix the errors by removing the address-of (&) operator.

Signed-off-by: Dov Murik dov.murik1@il.ibm.com