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 a87743c commit 76a7dd3Copy full SHA for 76a7dd3
src/utils/consistency/db.rs
@@ -41,7 +41,6 @@ pub(super) fn load(conn: &mut postgres::Client, config: &Config) -> Result<Crate
41
// we can use Itertools.group_by on it.
42
.iterator()
43
.map(|row| row.expect("error fetching rows"))
44
- .into_iter()
45
.group_by(|row| row.get("name"))
46
{
47
let releases: Releases = release_rows
0 commit comments