rust-1.51.0
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