yazi/yazi-core/src/lib.rs

10 lines
233 B
Rust

#![allow(
clippy::if_same_then_else,
clippy::len_without_is_empty,
clippy::option_map_unit_fn,
clippy::unit_arg
)]
yazi_macro::mod_pub!(cmp confirm help input mgr notify pick spot tab tasks which);
yazi_macro::mod_flat!(core);