This commit is contained in:
Jakob Stoklund Olesen
2016-09-09 14:32:07 -07:00
parent 7317775052
commit b9d6ff2b51

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);