diff --git a/packages/vm/src/instance.rs b/packages/vm/src/instance.rs index 73125edbc3..cd9efe65de 100644 --- a/packages/vm/src/instance.rs +++ b/packages/vm/src/instance.rs @@ -306,6 +306,7 @@ where /// Decomposes this instance into its components. /// External dependencies are returned for reuse, the rest is dropped. + #[must_use = "Calling ::recycle() without reusing the returned backend just drops the instance"] pub fn recycle(self) -> Option> { let Instance { _inner, fe, store, ..