fix: remove unused assignment and import warnings in tests
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user