As pointed out in #4796, it would be nice to catch instances of ``` "foo".chars().all(|c| c.is_ascii()) ``` and replace it with ``` "foo".is_ascii() ```