Skip to content

Commit cd695a8

Browse files
committed
Publicly export Error from regex_lite::bytes.
1 parent 4f00ffa commit cd695a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regex-lite/src/bytes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ use alloc::{
77
vec::Vec,
88
};
99

10+
pub use crate::error::Error;
1011
use crate::{
11-
error::Error,
1212
hir::{self, Hir},
1313
int::NonMaxUsize,
1414
interpolate,

0 commit comments

Comments
 (0)