mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-14 16:45:25 +00:00
Fix nightly clippy warnings
This commit is contained in:
parent
2dfd053bed
commit
509cf7ed0d
2 changed files with 4 additions and 4 deletions
|
@ -400,7 +400,7 @@ impl<'a> Unparser<'a> {
|
|||
.checked_sub(defaults_start)
|
||||
.and_then(|i| args.kw_defaults.get(i))
|
||||
{
|
||||
write!(self, "={}", default)?;
|
||||
write!(self, "={default}")?;
|
||||
}
|
||||
}
|
||||
if let Some(kwarg) = &args.kwarg {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue