mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
10 lines
233 B
Rust
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);
|