rust-1.51.0
bors
tagged this
30 Jan 16:49
No lazy static regex r? `@llogiq` #6500 regex is unnecessary for this lint (https://github.com/rust-lang/rust-clippy/pull/6500#discussion_r558555071) lazy_static is unnecessary. The std lazy feature should be used instead. changelog: none