aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/code_indented.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/construct/code_indented.rs')
-rw-r--r--src/construct/code_indented.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/construct/code_indented.rs b/src/construct/code_indented.rs
index f2644d4..ec55aa6 100644
--- a/src/construct/code_indented.rs
+++ b/src/construct/code_indented.rs
@@ -146,7 +146,7 @@ pub fn after(tokenizer: &mut Tokenizer) -> State {
/// | bbb
/// ```
pub fn further_start(tokenizer: &mut Tokenizer) -> State {
- if tokenizer.lazy {
+ if tokenizer.lazy || tokenizer.pierce {
return State::Nok;
}