diff --git a/libconlang/src/lib.rs b/libconlang/src/lib.rs index 6411a90..5f528b8 100644 --- a/libconlang/src/lib.rs +++ b/libconlang/src/lib.rs @@ -1052,7 +1052,6 @@ pub mod lexer { .or_else(|| self.punctuation()) .or_else(|| self.invalid()) } - } /// Attempts to produce a [Type::String], [Type::Float], or [Type::Integer] pub fn literal(&mut self) -> Option { None.or_else(|| self.string())