Fix LS in VS Code
This commit is contained in:
parent
d87dd58b60
commit
6f002459ae
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ default = []
|
||||||
serde = [ "dep:serde" ]
|
serde = [ "dep:serde" ]
|
||||||
wasm = [ "dep:wasm-bindgen", "dep:wee_alloc" ]
|
wasm = [ "dep:wasm-bindgen", "dep:wee_alloc" ]
|
||||||
console_error_panic_hook = [ "dep:console_error_panic_hook" ]
|
console_error_panic_hook = [ "dep:console_error_panic_hook" ]
|
||||||
|
all = [ "serde", "wasm", "console_error_panic_hook" ]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
insta = "1.42.2"
|
insta = "1.42.2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue