mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 21:58:36 +00:00
8 lines
145 B
Rust
8 lines
145 B
Rust
#![allow(
|
|
clippy::print_stdout,
|
|
clippy::print_stderr,
|
|
clippy::missing_panics_doc,
|
|
clippy::disallowed_methods
|
|
)]
|
|
|
|
pub mod linter;
|