Closed msft-jlange closed 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.
mut
This function does not require the context to be mutable, so the
mut
keyword can be removed. This resolves a clippy warning.