mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 06:11:21 +00:00
Update Rust toolchain to 1.89 (#19807)
This commit is contained in:
parent
b22586fa0e
commit
7dfde3b929
101 changed files with 234 additions and 200 deletions
|
@ -308,7 +308,7 @@ impl<'a> ParsedModule<'a> {
|
|||
})
|
||||
}
|
||||
|
||||
fn format(&self, settings: &Settings) -> FormatResult<Formatted<PyFormatContext>> {
|
||||
fn format(&self, settings: &Settings) -> FormatResult<Formatted<PyFormatContext<'_>>> {
|
||||
// TODO(konstin): Add an options for py/pyi to the UI (2/2)
|
||||
let options = settings
|
||||
.formatter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue