diff --git a/src/query.rs b/src/query.rs index f7da9ea..4fc9ad2 100644 --- a/src/query.rs +++ b/src/query.rs @@ -85,7 +85,7 @@ impl Query { Ok(RowCursor(RowBinaryCursor::new(response))) } - /// Executes the query, returning a [`RowJsonCursor`] to obtain results. + /// Executes the query, returning a [`watch::RowJsonCursor`] to obtain results. #[cfg(feature = "watch")] pub fn fetch_json(mut self) -> Result> { self.sql.append(" FORMAT JSONEachRowWithProgress");