We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9fabd commit 8c9e168Copy full SHA for 8c9e168
1 file changed
graphannis/src/annis/db/exec/nodesearch.rs
@@ -1068,8 +1068,7 @@ impl<'a> NodeSearch<'a> {
1068
}
1069
Err(e) => Err(GraphAnnisError::from(e)),
1070
})
1071
- .filter_map_ok(|m| m)
1072
- .map(|m| m.map_err(GraphAnnisError::from));
+ .filter_map_ok(|m| m);
1073
let mut new_desc = desc.cloned();
1074
if let Some(ref mut new_desc) = new_desc {
1075
new_desc.impl_description = String::from("part-of-component-search");
0 commit comments