Skip to content
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

Remove report_todo and report_fixme #4129

Merged
merged 1 commit into from
Apr 20, 2020

Conversation

topecongiro
Copy link
Contributor

@topecongiro topecongiro commented Apr 19, 2020

This PR removes report_todo and report_fixme configuration options. These were added a long time ago when the rustfmt development was at the experimental stage and kind of being forgotten since then. I think that these are outside the scope of formatter and that we can replace them with other tools like rg.

Close #3393. Close #3394.

Copy link
Member

@calebcartwright calebcartwright left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was always a little confused why rustfmt had this capability anyway, and also worth noting that the detection is buggy as well (it reports any occurrence of that sequence of characters, even if that sequence is for example an ident).

I suspect there will be a small group of folks that'll be disappointed to see this feature go, but I agree that it'd be best to remove it from rustfmt and defer to other tools to provide that capability 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[unstable option] report_fixme [unstable option] report_todo
3 participants