coconut-svsm / svsm

COCONUT-SVSM
MIT License
122 stars 43 forks source link

kernel/cpu: Remove unnecessary mut #276

Closed msft-jlange closed 9 months ago

msft-jlange commented 9 months ago

This function does not require the context to be mutable, so the mut keyword can be removed. This resolves a clippy warning.