forgot label for edges

This commit is contained in:
elvis
2025-11-15 19:03:24 +01:00
parent cfa62ffef6
commit 500f711b0a
8 changed files with 36 additions and 2 deletions

View File

@ -181,6 +181,7 @@ impl fmt::Debug for QualifierEdge {
match self {
| Self::Source => write!(f, "source"),
| Self::Target => write!(f, "target"),
| Self::Label => write!(f, "label"),
}
}
}