mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Silence a dead code warning
This is still used in commented-out code.
This commit is contained in:
parent
bf2fa6ef46
commit
126036c980
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue