chore: Rust 1.66 linting

This commit is contained in:
Jack Wills
2022-12-15 16:34:24 +00:00
parent 7899b77356
commit bf9dcac704
7 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ impl fmt::Display for Loading {
Self::Nine => '⠇',
Self::Ten => '⠏',
};
write!(f, "{}", disp)
write!(f, "{disp}")
}
}