This commit is contained in:
Nova
2024-09-14 20:24:55 -04:00
parent 7f78f6f1a8
commit f330492a01
3 changed files with 9 additions and 9 deletions

View File

@@ -69,9 +69,6 @@ impl Alias {
}
}
impl Aspect for Alias {
fn name(&self) -> String {
"Alias".to_string()
}
fn id(&self) -> u64 {
0
}