Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/parser/src/input.rs')
| -rw-r--r-- | crates/parser/src/input.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/parser/src/input.rs b/crates/parser/src/input.rs index c90b358cfb..cabdff214d 100644 --- a/crates/parser/src/input.rs +++ b/crates/parser/src/input.rs @@ -36,7 +36,7 @@ impl Input { /// the *previous* token was joint, with mbe, you know whether the *current* /// one is joint. This API allows for styles of usage: /// - /// ``` + /// ```ignore /// // In text: /// tokens.was_joint(prev_joint); /// tokens.push(curr); |