mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
Allow unused fns in ConcreteNodeMut
This commit is contained in:
@@ -269,6 +269,7 @@ fn as_job_list(&self) -> Option<&JobList> {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(unused)]
|
||||
trait ConcreteNodeMut {
|
||||
// Cast to any sub-trait.
|
||||
fn as_mut_leaf(&mut self) -> Option<&mut dyn Leaf> {
|
||||
|
||||
Reference in New Issue
Block a user