From 3c950ee98c30773bc45b6c4d66a20739b2f2ffc6 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Thu, 4 Apr 2024 22:20:00 +0800 Subject: [PATCH] .. --- yazi-boot/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/yazi-boot/src/lib.rs b/yazi-boot/src/lib.rs index df8ce839..11986a77 100644 --- a/yazi-boot/src/lib.rs +++ b/yazi-boot/src/lib.rs @@ -16,5 +16,6 @@ pub fn init() { ARGS.with(Default::default); BOOT.with(Default::default); + #[cfg(unix)] USERS_CACHE.with(Default::default); }