diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-12 01:11:29 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-12 01:11:29 +0800 |
| commit | f15e261448238579dc66abf61802e82409a70e61 (patch) | |
| tree | 32e65968f047fda889df6d218d7909a6234d4e5d /examples | |
| parent | 7c496151f571b872da523f4c46369751be6f4ca1 (diff) | |
Change code blocks in examples from rust to ignore
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/example-completion/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
