mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
7 lines
162 B
Rust
7 lines
162 B
Rust
#![allow(clippy::if_same_then_else)]
|
|
|
|
yazi_macro::mod_pub!(input);
|
|
|
|
yazi_macro::mod_flat!(clipboard scrollable);
|
|
|
|
pub fn init() { CLIPBOARD.with(<_>::default); }
|