From f15e261448238579dc66abf61802e82409a70e61 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 12 Apr 2026 01:11:29 +0800 Subject: Change code blocks in examples from rust to ignore --- examples/example-completion/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/example-completion/src/main.rs b/examples/example-completion/src/main.rs index cbbb7a8..a15ad84 100644 --- a/examples/example-completion/src/main.rs +++ b/examples/example-completion/src/main.rs @@ -10,7 +10,7 @@ //! ``` //! //! 2. Write `build.rs` to generate completion scripts at compile time -//! ```rust +//! ```ignore //! use mingling::build::{build_comp_scripts, build_comp_scripts_with_bin_name}; //! fn main() { //! // Generate completion scripts for the current program -- cgit