Description
`crates/ironhtml-elements/src/lib.rs:149` declares `extern crate alloc` but the crate contains only zero-sized types and trait implementations — no heap types (`String`, `Vec`, `Box`) are used.
The declaration is unnecessary and should be removed.