This commit is contained in:
Jakob Stoklund Olesen
2016-09-09 14:32:07 -07:00
parent d9cceb18d3
commit 1ce5bc3509

View File

@@ -246,4 +246,4 @@ mod pattern;
mod checker;
/// The range of a match in the input text.
type MatchRange = (usize, usize);
pub type MatchRange = (usize, usize);