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
add_from_folder
ThemeSet
Hi @dtolnay ,
I tried to install cargo-expand on my computer but I got this issue
error[E0599]: no method named `add_from_folder` found for struct `ThemeSet` in the current scope
Do you know how to fix this? Thanks
This is my environment:
The text was updated successfully, but these errors were encountered:
I think this is the same issue as sharkdp/bat#1991, and can be worked around by installing using the --locked flag.
--locked
Sorry, something went wrong.
Closing in favor of trishume/syntect#402.
Thank you guys. I use cargo install --locked cargo-expand and it works
cargo install --locked cargo-expand
Successfully merging a pull request may close this issue.
Hi @dtolnay ,
I tried to install cargo-expand on my computer but I got this issue
Do you know how to fix this? Thanks
This is my environment:
The text was updated successfully, but these errors were encountered: