rust/clippy_lints
bors 96c28d1f69 Auto merge of #10231 - Alexendoo:regex-spans, r=llogiq
`invalid_regex`: Show full error when string value doesn't match source

changelog: [`invalid_regex`]: Show full error when parsing non-literals or regular strings containing escape sequences

Fixes #4170, the escape sequence there causes the span to be incorrect which will have caused most of the confusion
2023-01-29 14:13:58 +00:00
..
src Auto merge of #10231 - Alexendoo:regex-spans, r=llogiq 2023-01-29 14:13:58 +00:00
Cargo.toml Bump Clippy version -> 0.1.69 2023-01-27 20:27:00 +01:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.