Skip to content

Commit

Permalink
Update core/src/debug_client.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Spencer Judge <[email protected]>
  • Loading branch information
twin-drill and Sushisource authored Aug 30, 2024
1 parent e29794e commit f29ef80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/debug_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub struct DebugClient {
/// URL for the local instance of the debugger server
debugger_url: String,

/// reqwest::Client to avoid re-creating a client for every request.
/// Underlying HTTP client
client: reqwest::Client,
}

Expand Down

0 comments on commit f29ef80

Please sign in to comment.