Closed thomwiggers closed 1 year ago
I'm seeing some lint warnings in the CI output, e.g. about putting variables into format!("{variable}") calls directly.
format!("{variable}")
I'm seeing some lint warnings in the CI output, e.g. about putting variables into
format!("{variable}")
calls directly.