mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
075996efd7
new lint: string-slice This is a restriction lint to highlight code that should have tests containing non-ascii characters. See #6623. changelog: new lint: [`string-slice`]