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

Fix display of warnings in generated crate docs #2697

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

GuillaumeGomez
Copy link
Member

Fixes #2696.

Issue was that we add text-align CSS value whereas the "more specific CSS class" doesn't, so it gets changed. To prevent this bug, we just need to add the missing value in the "more specific CSS class".

Now it looks as expected:

image

@GuillaumeGomez GuillaumeGomez requested a review from a team as a code owner December 21, 2024 22:01
@github-actions github-actions bot added S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed labels Dec 21, 2024
@syphar syphar merged commit 8725cc1 into rust-lang:master Dec 22, 2024
11 checks passed
@github-actions github-actions bot added S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it and removed S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed labels Dec 22, 2024
@syphar syphar removed the S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it label Dec 22, 2024
@GuillaumeGomez GuillaumeGomez deleted the fix-warnings branch December 22, 2024 12:22
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.

Issue with Docs.rs Rendering of Warnings
2 participants