Skip to content

Commit 4d583f6

Browse files
committed
Fix unresolved lalrpop_util import on no_std
1 parent 01e1b7d commit 4d583f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parser/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ use core::error::Error;
66
use std::{boxed::Box, string::ToString};
77

88
// reexport for consumers
9+
#[cfg(feature = "std")]
910
pub use lalrpop_util::ParseError;
1011

1112
#[cfg(feature = "std")]

0 commit comments

Comments
 (0)