This commit is contained in:
Nova
2024-09-14 20:24:55 -04:00
parent a51db703fd
commit 96b4e22e10
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
}