mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
11 lines
264 B
Rust
11 lines
264 B
Rust
#![allow(clippy::if_same_then_else, clippy::option_map_unit_fn)]
|
|
|
|
yazi_macro::mod_pub!(cha mounts);
|
|
|
|
yazi_macro::mod_flat!(calculator cwd file files filter fns op path sorter sorting stage step xdg);
|
|
|
|
pub fn init() {
|
|
CWD.init(<_>::default());
|
|
|
|
mounts::init();
|
|
}
|