summaryrefslogtreecommitdiff
path: root/ext/url/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/url/lib.rs')
-rw-r--r--ext/url/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/url/lib.rs b/ext/url/lib.rs
index a82b3e702..4187b7664 100644
--- a/ext/url/lib.rs
+++ b/ext/url/lib.rs
@@ -184,7 +184,6 @@ pub fn op_url_parse_search_params(
pub fn op_url_stringify_search_params(
_state: &mut deno_core::OpState,
args: Vec<(String, String)>,
- _: (),
) -> Result<String, AnyError> {
let search = form_urlencoded::Serializer::new(String::new())
.extend_pairs(args)