aboutsummaryrefslogtreecommitdiff
path: root/src/parser/range.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/range.rs')
-rw-r--r--src/parser/range.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser/range.rs b/src/parser/range.rs
index 7b53fe6..46353eb 100644
--- a/src/parser/range.rs
+++ b/src/parser/range.rs
@@ -85,7 +85,6 @@ parser! {
/// assert!(parser.parse("!").is_err());
/// # }
/// ```
- #[inline]
pub fn recognize[Input, P](parser: P)(Input) -> <Input as StreamOnce>::Range
where [
P: Parser<Input>,