summaryrefslogtreecommitdiff
path: root/ext/fetch/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fetch/lib.rs')
-rw-r--r--ext/fetch/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/fetch/lib.rs b/ext/fetch/lib.rs
index 7a0c9b16f..59d5f9a6b 100644
--- a/ext/fetch/lib.rs
+++ b/ext/fetch/lib.rs
@@ -369,7 +369,6 @@ pub struct FetchResponse {
pub async fn op_fetch_send(
state: Rc<RefCell<OpState>>,
rid: ResourceId,
- _: (),
) -> Result<FetchResponse, AnyError> {
let request = state
.borrow_mut()
@@ -528,7 +527,6 @@ pub struct CreateHttpClientOptions {
pub fn op_fetch_custom_client<FP>(
state: &mut OpState,
args: CreateHttpClientOptions,
- _: (),
) -> Result<ResourceId, AnyError>
where
FP: FetchPermissions + 'static,