We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4b2c9 commit d92137cCopy full SHA for d92137c
src/parser.rs
@@ -57,6 +57,7 @@ pub enum BasicParseError<'a> {
57
}
58
59
impl<'a, T> From<BasicParseError<'a>> for ParseError<'a, T> {
60
+ #[inline]
61
fn from(this: BasicParseError<'a>) -> ParseError<'a, T> {
62
ParseError::Basic(this)
63
0 commit comments