Skip to content

Commit bc6843b

Browse files
committed
clippy happiness
1 parent c8cfa81 commit bc6843b

File tree

1 file changed

+1
-1
lines changed
  • nexus/db-queries/src/db/datastore

1 file changed

+1
-1
lines changed

nexus/db-queries/src/db/datastore/fm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ impl DataStore {
226226
// this in order to determine the parent of that sitrep, so that we can
227227
// select all other sitreps with that parent.
228228
let meta = self
229-
.fm_sitrep_metadata_read_on_conn(version.id, &*conn)
229+
.fm_sitrep_metadata_read_on_conn(version.id, &conn)
230230
.await
231231
.map_err(|e| {
232232
e.internal_context("fetching metadata for committed sitrep")

0 commit comments

Comments
 (0)