mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 06:18:11 +08:00
A few minor lints and docs (#1436)
* A few minor lints and docs * Added required packages to compile on Debian-style linux * Inlined some format args, and removed some `&` in args (they cause about 6% slowdown that compiler cannot inline) * a few spelling mistakes * fix fmt
This commit is contained in:
@@ -1044,7 +1044,7 @@ mod tests {
|
||||
// TODO: 3 real root case
|
||||
// for root in roots {
|
||||
// if let Some(num) = root {
|
||||
// print!("{:.32}", num);
|
||||
// print!("{num:.32}");
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user