Skip to content

Commit 83c9b2c

Browse files
committed
chore: cleanup
1 parent 814ccf7 commit 83c9b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ impl McpDiscovery {
554554

555555
tracing::trace!(
556556
"launching command : {} {}",
557-
mcp_command.get(0).map(String::as_ref).unwrap_or(""),
557+
mcp_command.first().map(String::as_ref).unwrap_or(""),
558558
mcp_args.join(" ")
559559
);
560560

0 commit comments

Comments
 (0)