Cannot find type Vec
in scope when compiling web-sys-0.3.76/src/features/gen_ImageData.rs:35:62
#4406
Labels
Vec
in scope when compiling web-sys-0.3.76/src/features/gen_ImageData.rs:35:62
#4406
Describe the Bug
I'm using web-sys 0.3.76 with features
features = ["CssStyleDeclaration", "ResizeObserver", "ResizeObserverEntry", "DomRectReadOnly", "HtmlDivElement", "console", "MouseEvent", "WheelEvent", "KeyboardEvent", "AddEventListenerOptions", "DomRect", "CanvasRenderingContext2d", "ImageData"]
. The project compiles fine when using wasm-pack, but when I try to usecargo clippy
I got error:Expected Behavior
This error should never happen, as it basically means that this library cannot be compiled.
Additional Context
OS: MacOS 14.3 (Sonoma), M2
The text was updated successfully, but these errors were encountered: