mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 13:51:37 +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
|
@ -209,7 +209,7 @@ impl<'de> serde::de::Deserialize<'de> for NameImports {
|
|||
|
||||
struct AnyNameImportsVisitor;
|
||||
|
||||
impl<'de> serde::de::Visitor<'de> for AnyNameImportsVisitor {
|
||||
impl serde::de::Visitor<'_> for AnyNameImportsVisitor {
|
||||
type Value = NameImports;
|
||||
|
||||
fn expecting(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Result {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue