Skip to content

Commit 870384f

Browse files
committed
undo
1 parent 77d958a commit 870384f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/squawk_parser/src/lexed_str.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ impl<'a> LexedStr<'a> {
8686
let hi = self.start[i + 1] as usize;
8787
lo..hi
8888
}
89-
pub fn text_start(&self, i: usize) -> usize {
89+
pub(crate) fn text_start(&self, i: usize) -> usize {
9090
assert!(i <= self.len());
9191
self.start[i] as usize
9292
}

0 commit comments

Comments
 (0)