mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 11:31:15 -03:00
Silence a dead code warning
This is still used in commented-out code.
This commit is contained in:
@@ -86,6 +86,7 @@ pub fn invalid() -> GenerationsList {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
fn describe(&self) -> WString {
|
||||
let mut result = WString::new();
|
||||
for gen in self.as_array() {
|
||||
|
||||
Reference in New Issue
Block a user