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
$ cargo install quality-time (...) Compiling git-quote v0.4.2 error[E0282]: type annotations needed --> /home/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git-glob-0.5.4/src/wildmatch.rs:248:62 | 248 | ... let class = &pattern.as_ref()[p_idx + 2..closing_bracket_idx - 1]; | ^^^^^^ | help: try using a fully qualified path to specify the expected types | 248 | let class = &<BStr as AsRef<T>>::as_ref(pattern)[p_idx + 2..closing_bracket_idx - 1]; | +++++++++++++++++++++++++++
cross-reference: GitoxideLabs/gitoxide#1302
The text was updated successfully, but these errors were encountered:
Thank you for this, I'll fix as soon as I can.
Sorry, something went wrong.
No branches or pull requests
cross-reference: GitoxideLabs/gitoxide#1302
The text was updated successfully, but these errors were encountered: