From 2aa7bda3cb21ce6c052b82e08bcab79a625d04f2 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Sun, 31 May 2026 02:42:52 +0800 Subject: Enhance code quality across the entire codebase --- examples/example-enum-tag/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/example-enum-tag/src') diff --git a/examples/example-enum-tag/src/main.rs b/examples/example-enum-tag/src/main.rs index 30439f5..ad9db82 100644 --- a/examples/example-enum-tag/src/main.rs +++ b/examples/example-enum-tag/src/main.rs @@ -81,6 +81,7 @@ fn handle_language_selection(args: EntryLanguageSelection) -> Next { lang } +/// Renders the selected programming language with its name and description. #[renderer] fn render_programming_language(lang: ProgrammingLanguages) { // You can use `enum_info()` to get the name and description of the current enum -- cgit