Remove #[inline] ann for can::Env::module_exists_but_not_imported

This commit is contained in:
Agus Zubiaga 2024-04-22 17:47:02 -03:00
parent 4476277a56
commit d17eb8d340
No known key found for this signature in database

View file

@ -194,7 +194,6 @@ impl<'a> Env<'a> {
}
}
#[inline]
fn module_exists_but_not_imported(
&self,
scope: &Scope,