rm "callable" warning
This commit is contained in:
committed by
Dan Gohman
parent
164039f08d
commit
263fa098a1
@@ -116,6 +116,7 @@ impl Func {
|
|||||||
&self.r#type
|
&self.r#type
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(feature = "wasm-c-api")]
|
||||||
pub(crate) fn callable(&self) -> &Rc<dyn WrappedCallable + 'static> {
|
pub(crate) fn callable(&self) -> &Rc<dyn WrappedCallable + 'static> {
|
||||||
&self.callable
|
&self.callable
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user