Skip to content

Commit fb461c3

Browse files
committed
Fixed lint
1 parent 27b2218 commit fb461c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ ifneq ($(ENABLE_LLVM), 0)
148148
endif
149149
endif
150150

151-
exclude_tests := --exclude wasmer-c-api --exclude wasmer-cli
151+
exclude_tests := --exclude wasmer-c-api --exclude wasmer-cli --exclude wasmer-js
152152
# Is failing to compile in Linux for some reason
153153
exclude_tests += --exclude wasmer-wasi-experimental-io-devices
154154
# We run integration tests separately (it requires building the c-api)

lib/derive/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ edition = "2018"
1111
proc-macro = true
1212

1313
[features]
14+
default-features = []
1415
# It will make imports from `wasmer_js::` instead of `wasmer::`
1516
js = []
1617

0 commit comments

Comments
 (0)