Silence a dead code warning

This is still used in commented-out code.
This commit is contained in:
Johannes Altmanninger 2024-01-13 14:12:29 +01:00
parent bf2fa6ef46
commit 126036c980

View file

@ -86,6 +86,7 @@ impl GenerationsList {
}
}
#[allow(dead_code)]
fn describe(&self) -> WString {
let mut result = WString::new();
for gen in self.as_array() {