Closed deepsource-autofix[bot] closed 1 year ago
Static lifetimes on constants or static references are redundant. The lifetime is inferred. Adding 'static to every reference needlessly increases the complexity of the type declaration.
'static
Static lifetimes on constants or static references are redundant. The lifetime is inferred. Adding
'static
to every reference needlessly increases the complexity of the type declaration.