We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.clone()
cargo check reports warnings:
cargo check
using '.clone()' on a double reference, which returns '&[u8]' instead of cloning the inner type
using '.clone()' on a double reference, which returns '&str' instead of cloning the inner type
The text was updated successfully, but these errors were encountered:
(this warning appeared in Rust 1.71)
Sorry, something went wrong.
No branches or pull requests
cargo check
reports warnings:using '.clone()' on a double reference, which returns '&[u8]' instead of cloning the inner type
in src/traits.rs:336:32 and src/traits.rs:344:36using '.clone()' on a double reference, which returns '&str' instead of cloning the inner type
in src/traits.rs:533:32 and src/traits.rs:533:32The text was updated successfully, but these errors were encountered: