Fixes WASM compilation

pull/216/head
Tpt 3 years ago
parent 710a76b9cc
commit 126df03994
  1. 2
      lib/src/sparql/http/dummy.rs

@ -6,7 +6,7 @@ use std::time::Duration;
pub struct Client {}
impl Client {
pub fn new(_timeout: Option<Duration>) -> Self {
pub fn new(_timeout: Option<Duration>, _redirection_limit: usize) -> Self {
Self {}
}

Loading…
Cancel
Save