mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:15:12 +00:00
Upgrade Rust toolchain to 1.83 (#14677)
This commit is contained in:
parent
a6402fb51e
commit
b63c2e126b
63 changed files with 127 additions and 127 deletions
|
@ -787,7 +787,7 @@ impl<'a> LogicalLinesIter<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<'a> Iterator for LogicalLinesIter<'a> {
|
||||
impl Iterator for LogicalLinesIter<'_> {
|
||||
type Item = FormatResult<LogicalLine>;
|
||||
|
||||
fn next(&mut self) -> Option<Self::Item> {
|
||||
|
@ -841,7 +841,7 @@ impl<'a> Iterator for LogicalLinesIter<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<'a> FusedIterator for LogicalLinesIter<'a> {}
|
||||
impl FusedIterator for LogicalLinesIter<'_> {}
|
||||
|
||||
/// A logical line or a comment (or form feed only) line
|
||||
struct LogicalLine {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue