From bfa5fe4ac37a05df1c14fcc380c04ab040814b7b Mon Sep 17 00:00:00 2001 From: sxyazi Date: Mon, 28 Apr 2025 21:55:06 +0800 Subject: [PATCH] .. --- yazi-plugin/src/bindings/mod.rs | 2 +- yazi-plugin/src/bindings/receiver.rs | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 yazi-plugin/src/bindings/receiver.rs diff --git a/yazi-plugin/src/bindings/mod.rs b/yazi-plugin/src/bindings/mod.rs index 6ffddd08..8481d045 100644 --- a/yazi-plugin/src/bindings/mod.rs +++ b/yazi-plugin/src/bindings/mod.rs @@ -1,3 +1,3 @@ #![allow(clippy::module_inception)] -yazi_macro::mod_flat!(calculator cha chan icon image input layer mouse permit range receiver); +yazi_macro::mod_flat!(calculator cha chan icon image input layer mouse permit range); diff --git a/yazi-plugin/src/bindings/receiver.rs b/yazi-plugin/src/bindings/receiver.rs deleted file mode 100644 index e69de29b..00000000