feat(deprecated) Update deprecation message.

This commit is contained in:
Ivan Enderlin
2020-05-22 10:50:06 +02:00
parent ed19fb9168
commit 5596a5c82c

View File

@@ -35,7 +35,7 @@ impl Instance {
#[deprecated(
since = "__NEXT__VERSION__",
note = "This method is no longer available."
note = "Please use `instance.module().info().resolve_func(name)` instead."
)]
pub fn resolve_func(&self, name: &str) -> Result<usize, ()> {
use self::new::EntityRef;