Skip to content

Commit 085f5a1

Browse files
committed
Make rust clippy happy
1 parent 5e26705 commit 085f5a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/impact.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ impl ImpactOutput {
123123
)
124124
}
125125

126+
#[allow(clippy::too_many_arguments)]
126127
fn compute_impacts(
127128
router: &mut Router<Rule>,
128129
trace_unique_router: &mut Router<Rule>,

0 commit comments

Comments
 (0)