Skip to content

Commit

Permalink
fix compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ferristseng committed Nov 27, 2017
1 parent ad2a94a commit f66a1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipfs-api/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ impl IpfsClient {
);

url.parse::<Uri>()
.map(|url| {
.map(move |url| {
let mut req = Request::new(Method::Get, url);

if let Some(form) = form {
Expand Down

0 comments on commit f66a1b5

Please sign in to comment.