Skip to content

Commit 1b40f62

Browse files
disambiguate
1 parent 2785bef commit 1b40f62

File tree

1 file changed

+1
-1
lines changed
  • crates/pgt_statement_splitter/src/splitter

1 file changed

+1
-1
lines changed

crates/pgt_statement_splitter/src/splitter/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ impl std::fmt::Display for ReachedEOFException {
2121

2222
impl Error for ReachedEOFException {}
2323

24-
pub(crate) type SplitterResult = Result<(), ReachedEOFException>;
24+
pub(crate) type SplitterResult = std::result::Result<(), ReachedEOFException>;
2525

2626
pub fn source(p: &mut Splitter) -> SplitterResult {
2727
loop {

0 commit comments

Comments
 (0)