Broken suggestion for const_static_lifetime #2365
Labels
C-bug
Category: Clippy is not doing the correct thing
good-first-issue
These issues are a good way to get started with Clippy
The suggestion for const_static_lifetime currently only removes
'static
from&'static str
and leaves a space between&
andstr
.cf. https://github.com/killercup/rustfix/pull/49
The text was updated successfully, but these errors were encountered: