mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
#4773 makes types like `Span` importable from `oxc_ast::ast`, so remove the imports from other crates in generated code. I'm not sure why clippy's `wildcard_imports` rule was not being triggered for `use crate::ast::*;`, but add `#[allow(clippy::wildcard_imports)]` on these statements just to make sure. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||