Skip to content

Commit

Permalink
Clippy: needless_collect suggestion produces duff code (or I can't fi…
Browse files Browse the repository at this point in the history
…gure out what it expects), so turn off warning
  • Loading branch information
Logicalshift committed Mar 6, 2022
1 parent d4ae8da commit db32a10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bezier/path/path.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::needless_collect)] // Required for lifetime and type inference reasons, I think. At least, clippy's suggestion does not compile here.

use super::bounds::*;
use super::to_curves::*;
use super::super::curve::*;
Expand Down

0 comments on commit db32a10

Please sign in to comment.