Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
fmt lint
  • Loading branch information
DavidSouther authored Mar 2, 2023
1 parent bd850f1 commit fcc50f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust_dev_preview/webassembly/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ pub struct BrowserHttpClient {}

#[async_trait(?Send)]
impl MakeRequestBrowser for BrowserHttpClient {

/// The [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)
/// will be used to actually send the outbound HTTP request.
/// Most of the logic here is around converting from
Expand Down

0 comments on commit fcc50f9

Please sign in to comment.