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