-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Make clippy.toml
an unstable feature
#3013
Comments
Currently blocked due to pending decision at rust-lang/rfcs#2476 (comment) |
Update: It was decided at the time that However, I do fear that it might be too late to make it unstable now (almost 2 years later)? |
I mean we could make it unstable in an edition (if also tools can use editions for such things). But only if we replace it with something stable, like a Or we just introduce a warning for the |
Options for a config file are discussed more in depth on #6625 - since there isn't much discussion here, could this be closed as a duplicate? |
We'll probably won't turn this into an unstable feature now. We're way past this point. |
I was kind of hoping it wouldn't go away 🙂 thanks for confirming |
We could simply place it behind some sort of
CLIPPY_UNSTABLE_CONFIG_TOML=1
flag that users can use but would need to be aware that we'd deprecate the support for it at some point and move to another file at which point the use of the env var would become an error (and the clippy.toml would get ignored)discussion rust-lang/rfcs#2476 (comment)
The text was updated successfully, but these errors were encountered: