diff options
Diffstat (limited to 'src/tsp_approx.rs')
-rw-r--r-- | src/tsp_approx.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tsp_approx.rs b/src/tsp_approx.rs index e3448a1..d8c30fe 100644 --- a/src/tsp_approx.rs +++ b/src/tsp_approx.rs @@ -135,6 +135,7 @@ fn min_weight_matching( res } +#[allow(clippy::type_complexity)] fn euler_tour( mut graph: HashMap<usize, MultiSet<usize, RandomState>>, hash_seed: &Option<u64>, |