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

fixed reference typing issue #395

Merged
merged 1 commit into from
Nov 9, 2023
Merged

fixed reference typing issue #395

merged 1 commit into from
Nov 9, 2023

Conversation

aragonnetje6
Copy link
Contributor

fixes #394

the .as_ref() call was breaking the typing somewhere, removing it seems to have fixed the issue. i am not familiar enough with the codebase to know if the actual issue is that &Vec should implement Into, but this seems to work

@orf
Copy link
Owner

orf commented Nov 9, 2023

Thank you!

@orf orf merged commit 6a8c687 into orf:master Nov 9, 2023
14 checks passed
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.

Unable to compile due to type inference issue on rustc 1.74.0 or higher
2 participants