chore: fix clippy error by temporarily allowing it

This commit is contained in:
Alain Emilia Anna Zscheile 2024-10-01 23:39:36 +02:00
parent 161fa002c1
commit 697b637205
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// FIXME (implement Hash for BandUid and such)
#![allow(clippy::derived_hash_with_manual_eq)]
use enum_dispatch::enum_dispatch;
use petgraph::stable_graph::NodeIndex;