mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

These don't really make sense since C string literals were added. This commit removes them in favour for `mode: Mode` args. `ascii_check` still has a `characters_should_be_ascii: bool` arg. Also, `characters_should_be_ascii` is renamed to be shorter.