Skip to content

Commit 76a7dd3

Browse files
committed
fix clippy warning
1 parent a87743c commit 76a7dd3

File tree

1 file changed

+0
-1
lines changed
  • src/utils/consistency

1 file changed

+0
-1
lines changed

src/utils/consistency/db.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ pub(super) fn load(conn: &mut postgres::Client, config: &Config) -> Result<Crate
4141
// we can use Itertools.group_by on it.
4242
.iterator()
4343
.map(|row| row.expect("error fetching rows"))
44-
.into_iter()
4544
.group_by(|row| row.get("name"))
4645
{
4746
let releases: Releases = release_rows

0 commit comments

Comments
 (0)