mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 06:11:43 +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
|
@ -669,7 +669,7 @@ impl<'a> Deref for SegmentsVec<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<'a, 'b> PartialEq<SegmentsVec<'b>> for SegmentsVec<'a> {
|
||||
impl<'b> PartialEq<SegmentsVec<'b>> for SegmentsVec<'_> {
|
||||
fn eq(&self, other: &SegmentsVec<'b>) -> bool {
|
||||
self.as_slice() == other.as_slice()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue