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

fixes #5234 #5235

Closed
wants to merge 1 commit into from
Closed

fixes #5234 #5235

wants to merge 1 commit into from

Conversation

andrewgazelka
Copy link

@andrewgazelka andrewgazelka commented Feb 22, 2022

Fixes #5234

This will also change

'''

'''

to

'''
'''

where ''' represents backticks

@ytmimi
Copy link
Contributor

ytmimi commented Feb 23, 2022

Hey @andrewgazelka, thanks for taking the time to work on this PR, and for your first contribution to rustfmt!!

Just want to acknowledge that I've seen this and I'll try to do a thorough review soon.

@calebcartwright
Copy link
Member

Believe this is another approach as #4902 which was to address #4793. Haven't looked closely enough at either to speak to the different approaches but sharing for reference and awareness

@ytmimi
Copy link
Contributor

ytmimi commented Feb 23, 2022

@calebcartwright thanks for pointing that out. When I have a chance to review this PR I'll make sure to take a look at those links!

@calebcartwright
Copy link
Member

@ytmimi is this one you were still planning on taking a look at? if so feel free to assign to yourself (will be a helpful indicator for me 😄)

@ytmimi
Copy link
Contributor

ytmimi commented Nov 20, 2022

Thanks again for opening this PR, but going to close this in favor of #5601, which has a simpler implementation

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

Successfully merging this pull request may close these issues.

format_code_in_doc_comments causes panic for empty code blocks.
3 participants