We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587cbff commit 2d59e59Copy full SHA for 2d59e59
1 file changed
src/lib.rs
@@ -235,7 +235,7 @@ pub struct PostgresNotifications<'conn> {
235
priv conn: &'conn PostgresConnection
236
}
237
238
-impl<'conn > Iterator<PostgresNotification> for PostgresNotifications<'conn> {
+impl<'conn> Iterator<PostgresNotification> for PostgresNotifications<'conn> {
239
/// Returns the oldest pending notification or `None` if there are none.
240
///
241
/// # Note
@@ -1525,8 +1525,6 @@ impl<'a> RowIndex for &'a str {
1525
1526
1527
/// A lazily-loaded iterator over the resulting rows of a query
1528
-///
1529
-/// This is a smart pointer around a `PostgresResult`.
1530
pub struct PostgresLazyResult<'trans, 'stmt> {
1531
priv result: PostgresResult<'stmt>,
1532
priv trans: &'trans PostgresTransaction<'trans>,
0 commit comments