Use unused result
This commit is contained in:
parent
e8c682fc28
commit
a7c1cc0d6f
1 changed files with 3 additions and 1 deletions
|
@ -81,7 +81,9 @@ fn handle_internal_linking(rt: &Runtime) {
|
||||||
println!("{: <3}: {}", i, link);
|
println!("{: <3}: {}", i, link);
|
||||||
i += 1;
|
i += 1;
|
||||||
}
|
}
|
||||||
});
|
})
|
||||||
|
.map_err(|e| trace_error(&e))
|
||||||
|
.ok();
|
||||||
},
|
},
|
||||||
|
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
|
|
Loading…
Reference in a new issue