Address Clippy lints
This commit is contained in:
parent
e053e25d2c
commit
15f794b7a8
43 changed files with 147 additions and 172 deletions
|
|
@ -53,7 +53,7 @@ impl Builder {
|
|||
let _ = self.raw.line_to(a);
|
||||
}
|
||||
|
||||
let _ = self.raw.arc_to(
|
||||
self.raw.arc_to(
|
||||
math::Vector::new(radius, radius),
|
||||
math::Angle::radians(0.0),
|
||||
path::ArcFlags::default(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue