Skip to content

Commit 45ed747

Browse files
committed
expr: Remove incorrect comment
1 parent 0dac7f9 commit 45ed747

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/uu/expr/src/syntax_tree.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ impl StringOp {
166166
};
167167

168168
// Handle the rest of the input pattern.
169-
// Escaped previous character should not affect the current.
170169
let mut prev = first.unwrap_or_default();
171170
let mut prev_is_escaped = false;
172171
while let Some(curr) = pattern_chars.next() {

0 commit comments

Comments
 (0)