mirror of https://codeberg.org/topola/topola.git
chore: fix clippy error by temporarily allowing it
This commit is contained in:
parent
161fa002c1
commit
697b637205
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue