mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 10:48:55 +08:00
Silence a dead code warning
This is still used in commented-out code.
This commit is contained in:
parent
bf2fa6ef46
commit
126036c980
@ -86,6 +86,7 @@ impl GenerationsList {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
fn describe(&self) -> WString {
|
||||
let mut result = WString::new();
|
||||
for gen in self.as_array() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user