Use new format syntax in most places
This commit is contained in:
parent
a3a0e0b9cf
commit
f82b368fe1
10 changed files with 120 additions and 127 deletions
|
|
@ -391,7 +391,7 @@ mod tests {
|
|||
if let Ok(result) = expr.eval((), date) {
|
||||
assert_eq!(result, target);
|
||||
} else {
|
||||
panic!("formula produced error for day {}", date);
|
||||
panic!("formula produced error for day {date}");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue