Skip to content

Commit

Permalink
tests: Don't treat example Zsh codeblock as doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Dec 22, 2023
1 parent 6c40ffa commit f318b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gen/zsh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use crate::gen::{
/// Generate a completion file for Zsh
///
/// A shortened example with git
/// ```
/// ```no_run
/// #compdef _git git
///
/// function _git {
Expand Down

0 comments on commit f318b52

Please sign in to comment.