Skip to content

Commit 218056e

Browse files
committed
clippy tidiness
1 parent 6640ab6 commit 218056e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-tools/omdb/src/bin/omdb/db/sitrep.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ pub(super) async fn cmd_db_sitrep_history(
182182
v: version.version.into(),
183183
id: id.into_untyped_uuid(),
184184
created_at: time_created,
185-
comment: comment,
185+
comment,
186186
}
187187
});
188188

nexus/src/app/background/tasks/fm_sitrep_load.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ impl SitrepLoader {
8484
.fm_current_sitrep_version(opctx)
8585
.await
8686
{
87-
Ok(Some(version)) => version.into(),
87+
Ok(Some(version)) => version,
8888
Ok(None) => match old {
8989
Some(SitrepVersion { version, id, .. }) => {
9090
// We should never go from "some sitrep" to "no sitrep";

0 commit comments

Comments
 (0)