fix(alias): don't warn about unused field

This commit is contained in:
Nova
2022-06-30 12:39:52 -04:00
parent 6172963c54
commit c67a76b4b9

View File

@@ -195,6 +195,7 @@ impl Node {
// }
}
#[allow(dead_code)]
pub struct Alias {
node: Weak<Node>,
original: Weak<Node>,