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 rustfmt --force cargo fmt
cargo fmt to run
Error: Decoding config file
I don't have a rustfmt.toml, I mean I do in my ~/.cargo/registry/src/github.com-[base64] for a few projects, but nowhere else.
rustfmt.toml
~/.cargo/registry/src/github.com-[base64]
What is up?
The text was updated successfully, but these errors were encountered:
We look in all directories up from the current directory to the root for a config file, but I expect you're not in a subdir of the directory you give.
You could try using nightly rustfmt (cargo install rustfmt-nightly --force), see if that helps.
cargo install rustfmt-nightly --force
Sorry, something went wrong.
Issue is on my end. Sorry for opening this :\
No branches or pull requests
What I did
What I expected:
cargo fmt to run
What I got
I don't have a
rustfmt.toml
, I mean I do in my~/.cargo/registry/src/github.com-[base64]
for a few projects, but nowhere else.What is up?
The text was updated successfully, but these errors were encountered: