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
|
@ -221,7 +221,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
impl<'ast, 'buf, B> Deref for WithNodeLevel<'ast, 'buf, B>
|
||||
impl<'ast, B> Deref for WithNodeLevel<'ast, '_, B>
|
||||
where
|
||||
B: Buffer<Context = PyFormatContext<'ast>>,
|
||||
{
|
||||
|
@ -232,7 +232,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
impl<'ast, 'buf, B> DerefMut for WithNodeLevel<'ast, 'buf, B>
|
||||
impl<'ast, B> DerefMut for WithNodeLevel<'ast, '_, B>
|
||||
where
|
||||
B: Buffer<Context = PyFormatContext<'ast>>,
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue