rm "callable" warning

This commit is contained in:
Yury Delendik
2019-09-09 16:36:38 -05:00
committed by Dan Gohman
parent 164039f08d
commit 263fa098a1

View File

@@ -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
} }