Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get clippy 1.84 to pass, bump MSRV to 1.80 #1648

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Conversation

nyurik
Copy link
Member

@nyurik nyurik commented Jan 10, 2025

No description provided.

@nyurik nyurik merged commit 10f56ba into maplibre:main Jan 10, 2025
16 of 18 checks passed
@nyurik nyurik deleted the lints2 branch January 10, 2025 01:42
@@ -278,7 +278,7 @@ fn parse_font(
fonts: &mut HashMap<String, FontSource>,
path: PathBuf,
) -> FontResult<()> {
static RE_SPACES: OnceLock<Regex> = OnceLock::new();
static RE_SPACES: LazyLock<Regex> = LazyLock::new(|| Regex::new(r"(\s|/|,)+").unwrap());
Copy link
Collaborator

Choose a reason for hiding this comment

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

Did not know this existed. This is much nicer of an API, I love it

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

Successfully merging this pull request may close these issues.

3 participants