Skip to content

Clarify string type in namespace#101

Merged
nmattia merged 1 commit into
mainfrom
nm-old-rust-compat
Jun 27, 2026
Merged

Clarify string type in namespace#101
nmattia merged 1 commit into
mainfrom
nm-old-rust-compat

Conversation

@nmattia

@nmattia nmattia commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

This helps older (1.93) rust versions infer the correct types and works around the following error:

expected &[&String], found &[&str; 2]

This helps older (1.93) rust versions infer the correct types and works
around the following error:

> expected &[&String], found &[&str; 2]
@nmattia nmattia marked this pull request as ready for review June 26, 2026 20:22
@nmattia nmattia requested a review from a team as a code owner June 26, 2026 20:22
@nmattia nmattia enabled auto-merge June 26, 2026 20:23
@nmattia nmattia merged commit bac3448 into main Jun 27, 2026
6 checks passed
@nmattia nmattia deleted the nm-old-rust-compat branch June 27, 2026 11:11
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.

2 participants