We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5b960 commit 83d89a5Copy full SHA for 83d89a5
src/api/impact.rs
@@ -92,7 +92,6 @@ impl Impact {
92
93
impl ImpactOutput {
94
pub fn create_result(impact_input: ImpactInput) -> ImpactOutput {
95
-
96
let router_config = impact_input.router_config.clone();
97
let mut router = Router::<Rule>::from_config(router_config.clone());
98
let mut trace_unique_router = Router::<Rule>::from_config(router_config.clone());
0 commit comments