refactor: remove redundant pub

This commit is contained in:
2025-03-26 17:07:27 -04:00
parent e3d3e7fe5d
commit 170c1194ef
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
type ListenerMap = Arc<RwLock<HashMap<String, Vec<(String, Function)>>>>;
#[derive(Default, Clone, Component)]
pub struct State {
struct State {
lua: Arc<Lua>,
event_listeners: ListenerMap,
commands: Arc<CommandDispatcher<Mutex<CommandSource>>>,