Skip to content

Commit 71b342e

Browse files
bors[bot]nlewycky
andauthored
Merge #1045
1045: super:: in this case is just crate:: in disguise. r=MarkMcCaskey a=nlewycky Co-authored-by: Nick Lewycky <[email protected]>
2 parents a180721 + d227f19 commit 71b342e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runtime/src/cache.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ impl Cache for FileSystemCache {
104104
unsafe {
105105
wasmer_runtime_core::load_cache_with(
106106
serialized_cache,
107-
super::compiler_for_backend(backend)
107+
crate::compiler_for_backend(backend)
108108
.ok_or_else(|| CacheError::UnsupportedBackend(backend))?
109109
.as_ref(),
110110
)

0 commit comments

Comments
 (0)