-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Bump to Rust 1.73.0 #18870
Comments
i built
i'm not a any and all help is greatly appreciated 🙇♂️ |
That is technically just a warning telling us that the call to This can be fixed by just removing the let last_component = entry_path
.file_name()
.unwrap_or_else(|| panic!("Failed to get file_name for {entry_path:?}"));
- .clone(); |
https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html
The text was updated successfully, but these errors were encountered: