-
Notifications
You must be signed in to change notification settings - Fork 889
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
Planned removal of report_todo
#5101
Comments
Just for clarity, and because |
Thanks for the question, and yes |
This was referenced May 30, 2022
stringhandler
pushed a commit
to tari-project/tari
that referenced
this issue
Feb 1, 2023
Description --- Removes unused cargo fmt options Motivation and Context --- Since [[1.5.0] 2022-06-14](https://github.com/rust-lang/rustfmt/blob/1d8491b120223272b13451fc81265aa64f7f4d5b/CHANGELOG.md#150-2022-06-14) the options `report_todo` and `report_fixme` have been removed, [5101](rust-lang/rustfmt#5101) and [5102](rust-lang/rustfmt#5102) How Has This Been Tested? --- Manual Cargo fmt does not complain about: ``` Warning: Unknown configuration option `report_fixme` Warning: Unknown configuration option `report_todo` ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The purpose of this issue is to both communicate our intent to drop the unstable option
report_todo
, as well as provide a forum for questions to be asked and/or concerns to be raised.We do not yet have an exact deprecation date planned, but it will most likely occur in early 2022.
While we understand the utility this option provides, we've decided that rustfmt simply is not the right place/tool to provide this capability, and it's not an option that makes sense for us to try to stabilize and maintain/support long term.
If anyone is aware of any other community maintained tools/crates for detecting "TODO" strings in comments please feel free to post here for broader awareness.
The text was updated successfully, but these errors were encountered: