mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-14 00:03:04 +00:00
8 lines
140 B
Rust
8 lines
140 B
Rust
#![warn(clippy::all)]
|
|
|
|
pub mod adapters;
|
|
mod caching_writer;
|
|
pub mod preproc;
|
|
pub mod preproc_cache;
|
|
pub use caching_writer::CachingWriter;
|