From 126df03994f9ced77ace56d76f6076bc71267962 Mon Sep 17 00:00:00 2001 From: Tpt Date: Sat, 11 Jun 2022 10:41:51 +0200 Subject: [PATCH] Fixes WASM compilation --- lib/src/sparql/http/dummy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/sparql/http/dummy.rs b/lib/src/sparql/http/dummy.rs index a29b2568..951778ae 100644 --- a/lib/src/sparql/http/dummy.rs +++ b/lib/src/sparql/http/dummy.rs @@ -6,7 +6,7 @@ use std::time::Duration; pub struct Client {} impl Client { - pub fn new(_timeout: Option) -> Self { + pub fn new(_timeout: Option, _redirection_limit: usize) -> Self { Self {} }