-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Fix display of configs in clippy doc page #13166
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
Conversation
The default and example were intended to be on the same indention level as the rest of the documentation. I'm guessing that reindenting the docs would be the proper fix. Maybe we can use |
Only inserting 1 |
The indentation is same. The only difference is that it's a list, so we're inside the list's indentation.
Better safe than sorry. |
I've checked out the branch, and the elements are not in the same The "Noteworthy" should also be under the bullet point, but the code block just seems to break it -.- Maybe we can get it fixed by adding the IDK. While I like this to be fixed, we can also leave it as an open todo, since this already improves the display. So you can Roses are red, (The poem quality is somehow still degrading) |
✌️ @GuillaumeGomez, you can now approve this pull request! If @xFrednet told you to " |
First let's fix the biggest problem. I'll do a follow-up to have everything included in the @bors r=xFrednet |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
…=xFrednet Fix broken list for lints config Follow-up of #13166. Finally figured out that it was a transformation and not the source that was the problem. It now looks like this:  r? `@xFrednet` changelog: none
Fixes #13051.
It was simply some empty lines missing between configs. With this fix it looks like expected:
r? @xFrednet
changelog: Fix display of configs in clippy doc page