Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

update depandancies to fix broken depandancies from Rust 1.53 #62

Merged
merged 1 commit into from
Sep 7, 2021

Conversation

remi-dupre
Copy link
Contributor

@remi-dupre remi-dupre commented Jul 5, 2021

Run cargo update to fix regressions introduced by Rust 1.53 in lexical-core, a sub-dependency of Mimir (rust-lang/rust#85667).

@@ -197,7 +197,7 @@ pub fn load_and_index_pois(
let pois =
LazyEs::batch_make_progress_until_value(&es_url, pois, max_batch_size)
.into_iter()
.filter_map(|poi| poi);
.flatten();
Copy link
Contributor Author

@remi-dupre remi-dupre Jul 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This just addresses the tiny lint clippy::filter_map_identity.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants