Upgrade to Rust 1.78 (#11260)

This commit is contained in:
Micha Reiser
2024-05-03 14:46:21 +02:00
committed by GitHub
parent 349a4cf8ce
commit 6a1e555537
69 changed files with 67 additions and 549 deletions

View File

@@ -128,15 +128,6 @@ impl FormatNodeRule<StmtWith> for FormatStmtWith {
]
)
}
fn fmt_dangling_comments(
&self,
_dangling_comments: &[SourceComment],
_f: &mut PyFormatter,
) -> FormatResult<()> {
// Handled in `fmt_fields`
Ok(())
}
}
#[derive(Clone, Copy, Debug)]