oxc/tasks/website/src/lib.rs
dalaoshu d18c896a2c
perf(rust): use cow_utils instead (#5664)
Related to #5586 and #5662

---------

Co-authored-by: Boshen <boshenc@gmail.com>
2024-09-11 18:39:30 +08:00

8 lines
145 B
Rust

#![allow(
clippy::print_stdout,
clippy::print_stderr,
clippy::missing_panics_doc,
clippy::disallowed_methods
)]
pub mod linter;