This commit is contained in:
sxyazi 2024-04-04 22:20:00 +08:00
parent 4eb9a6a7e3
commit 3c950ee98c
No known key found for this signature in database

View file

@ -16,5 +16,6 @@ pub fn init() {
ARGS.with(Default::default);
BOOT.with(Default::default);
#[cfg(unix)]
USERS_CACHE.with(Default::default);
}