-
Notifications
You must be signed in to change notification settings - Fork 838
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
Get Unknown configuration option rust-version
when running the rust format command
#1240
Comments
Unknown configuration option
rust-version when running the
rustfmt`Unknown configuration option rust-version
when running the rust format command
Should we delete this line: I do not find the configuration |
Does anyone meet the same problem? |
@alamb Could you reproduce the problem? |
Hi @HaoYang670 -- I do see the same problem and I agree with your assessment of the problem. I had assumed it was related to not using nightly, but it happens for me with nightly and with stable rust.
|
Describe the bug
On my desktop, when I run the command
I always get the warning
When I run the command
I could not find a configuration option called
rust-version
I am not sure whether it is a bug or my problem.
To Reproduce
Run the command
Expected behavior
Remove the warning.
Additional context
Developer's guide to Arrow Rust.
The text was updated successfully, but these errors were encountered: