mirror of
https://github.com/astral-sh/ruff
synced 2026-01-24 15:01:00 -05:00
Upgrade Rust toolchain to 1.83 (#14677)
This commit is contained in:
@@ -778,7 +778,7 @@ impl<'str> CharIndicesWithOffset<'str> {
|
||||
}
|
||||
}
|
||||
|
||||
impl<'str> Iterator for CharIndicesWithOffset<'str> {
|
||||
impl Iterator for CharIndicesWithOffset<'_> {
|
||||
type Item = (usize, char);
|
||||
|
||||
fn next(&mut self) -> Option<Self::Item> {
|
||||
|
||||
Reference in New Issue
Block a user