diff --git a/src/parse/lexer.rs b/src/parse/lexer.rs index 40b12aea..3d8c8e6e 100644 --- a/src/parse/lexer.rs +++ b/src/parse/lexer.rs @@ -10,7 +10,7 @@ pub(crate) struct Input { impl From for Input where I: Iterator, - T: Into + Clone, + T: Into, { fn from(val: I) -> Self { Self {