BigBadE / Raven-Language

An experimental language
MIT License
4 stars 15 forks source link

refactor: remove redundant `'static` lifetime #36

Closed deepsource-autofix[bot] closed 1 year ago

deepsource-autofix[bot] commented 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.