Turbopack: chore: Remove `extern crate` and `macro_use` syntax (#85778)
This syntax isn't needed in modern rust.
https://doc.rust-lang.org/reference/names/preludes.html#extern-prelude
> Beginning in the 2018 edition, use declarations can reference crates in the extern prelude, so **it is considered unidiomatic to use extern crate**.