From b8c748ff6feea175f75857325381972fc97cea10 Mon Sep 17 00:00:00 2001 From: David Pacheco Date: Mon, 26 Aug 2024 11:16:29 -0700 Subject: [PATCH] remove spurious comment --- dev-tools/omdb/src/bin/omdb/nexus.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-tools/omdb/src/bin/omdb/nexus.rs b/dev-tools/omdb/src/bin/omdb/nexus.rs index 70ce2db392..db9e2cba52 100644 --- a/dev-tools/omdb/src/bin/omdb/nexus.rs +++ b/dev-tools/omdb/src/bin/omdb/nexus.rs @@ -1771,8 +1771,6 @@ async fn cmd_nexus_blueprints_target_set( // operator. (In the case of the current target blueprint being changed // entirely, that will result in a failure to set the current target // below, because its parent will no longer be the current target.) - // - // unwrap(): this is always `Some` due to the branch above. BlueprintTargetSetEnabled::Inherit => { get_current_target().await?.enabled }