From ab3f173115fce8cd769c6f513560da8a57bc8df6 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Sun, 17 May 2026 22:39:47 +0800 Subject: Add repr(u8) to bool and NextProcess enums --- mingling_core/src/any.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'mingling_core/src/any.rs') diff --git a/mingling_core/src/any.rs b/mingling_core/src/any.rs index b8ff7b2..3dedea4 100644 --- a/mingling_core/src/any.rs +++ b/mingling_core/src/any.rs @@ -118,6 +118,7 @@ pub enum ChainProcess { /// - `Chain`: Continue execution to the next chain /// - `Renderer`: Send output to renderer and end execution #[derive(Debug, PartialEq, Eq)] +#[repr(u8)] pub enum NextProcess { Chain, Renderer, -- cgit