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

docs: fix missing codeblock backtick #59

Merged
merged 1 commit into from
Sep 22, 2023
Merged

docs: fix missing codeblock backtick #59

merged 1 commit into from
Sep 22, 2023

Conversation

MultisampledNight
Copy link
Contributor

The size comparison was missing the backticks needed in order to format it as inline codeblock, which caused it to display like this:

`size_of::() == 24 (therefor == size_of::() on 64 bit platforms)

However, with this PR it'll be displayed like this:

size_of::<SmolStr>() == 24 (therefor == size_of::<String>() on 64 bit platforms)

@Veykril
Copy link
Member

Veykril commented Sep 22, 2023

Thanks!

@Veykril Veykril merged commit 8734783 into rust-analyzer:master Sep 22, 2023
1 check passed
@Veykril Veykril mentioned this pull request Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants