Remove dead line of code.
This commit is contained in:
parent
e7b95ea59c
commit
188fdaacbc
@ -13,7 +13,6 @@ pub fn plain_text<'r, 's>(context: Context<'r, 's>, input: &'s str) -> Res<&'s s
|
|||||||
"Zero input length to plain_text.",
|
"Zero input length to plain_text.",
|
||||||
))));
|
))));
|
||||||
}
|
}
|
||||||
// not(|i| context.check_exit_matcher(i))(input)?;
|
|
||||||
let mut current_input = input.char_indices();
|
let mut current_input = input.char_indices();
|
||||||
loop {
|
loop {
|
||||||
match current_input.next() {
|
match current_input.next() {
|
||||||
|
Loading…
Reference in New Issue
Block a user