mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 18:28:24 +00:00
Upgrade to Rust 1.78 (#11260)
This commit is contained in:
parent
349a4cf8ce
commit
6a1e555537
69 changed files with 67 additions and 549 deletions
|
@ -1006,7 +1006,7 @@ impl ConversionFlag {
|
|||
pub struct DebugText {
|
||||
/// The text between the `{` and the expression node.
|
||||
pub leading: String,
|
||||
/// The text between the expression and the conversion, the format_spec, or the `}`, depending on what's present in the source
|
||||
/// The text between the expression and the conversion, the `format_spec`, or the `}`, depending on what's present in the source
|
||||
pub trailing: String,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue