File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ test: lint test-unit test-integration
2121
2222.PHONY : lint
2323lint :
24- cargo clippy --all --all-targets --features all-tests -- -D warnings
24+ cargo clippy --all --all-targets --features " all-tests unsafe-aot-compilation " -- -D warnings
2525 cargo fmt --all -- --check
2626
2727.PHONY : lint-rust-examples
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ impl ComponentLoader {
5353 path : & std:: path:: Path ,
5454 ) -> anyhow:: Result < Component > {
5555 assert ! ( self . aot_compilation_enabled) ;
56- match engine . detect_precompiled_file ( path) ? {
56+ match wasmtime :: Engine :: detect_precompiled_file ( path) ? {
5757 Some ( wasmtime:: Precompiled :: Component ) => unsafe {
5858 Component :: deserialize_file ( engine, path)
5959 } ,
You can’t perform that action at this time.
0 commit comments