Skip to content

Commit 5946299

Browse files
committed
wasm-bindgen-fix
1 parent 4d14035 commit 5946299

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/wasm_bindgen/private/wasm_bindgen.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ WASM_BINDGEN_ATTR = {
168168
[rust_common.crate_info],
169169
],
170170
aspects = [
171-
rust_analyzer_aspect,
171+
# results in bazel getting stuck in analysis phase, unclear how to debug this issue
172+
# rust_analyzer_aspect,
172173
rustfmt_aspect,
173174
rust_clippy_aspect,
174175
],

0 commit comments

Comments
 (0)