fix: remove unused assignment and import warnings in tests
All checks were successful
CI / Check / Test (push) Successful in 2m51s
Architecture Docs / Generate diagrams (push) Successful in 3m36s

This commit is contained in:
2026-06-17 10:34:53 +02:00
parent f780a66c3a
commit c4fb1ed699
22 changed files with 1767 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
use archlens_domain::{
BoundaryRule, CodeElement, CodeElementKind, CodeGraph, FilePath, ModuleName, Relationship,
RelationshipKind, RuleViolation, check_boundary_rules,
RelationshipKind, check_boundary_rules,
};
fn make_element(name: &str, module: &str) -> CodeElement {