From b9d6ff2b51d56dc30e9abb2fcca3e3110bf7b733 Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Fri, 9 Sep 2016 14:32:07 -0700 Subject: [PATCH] pub --- src/libfilecheck/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libfilecheck/lib.rs b/src/libfilecheck/lib.rs index c38efe0890..8d61a1dfbf 100644 --- a/src/libfilecheck/lib.rs +++ b/src/libfilecheck/lib.rs @@ -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);