We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2785bef commit 1b40f62Copy full SHA for 1b40f62
crates/pgt_statement_splitter/src/splitter/common.rs
@@ -21,7 +21,7 @@ impl std::fmt::Display for ReachedEOFException {
21
22
impl Error for ReachedEOFException {}
23
24
-pub(crate) type SplitterResult = Result<(), ReachedEOFException>;
+pub(crate) type SplitterResult = std::result::Result<(), ReachedEOFException>;
25
26
pub fn source(p: &mut Splitter) -> SplitterResult {
27
loop {
0 commit comments