aboutsummaryrefslogtreecommitdiff
path: root/examples/example-completion/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-completion/src/main.rs')
-rw-r--r--examples/example-completion/src/main.rs2
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