Skip to content

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Sep 17, 2025

Previously the page would show lists of crate name patterns as: Crates: serde , serde-* , and serde_* (with an additional whitespace in front of the comma). This was apparently introduced unintentionally when we refactored our tooltip implementation.

This PR removes the excess whitespace so that the page now shows Crates: serde, serde-*, and serde_*. This PR also adds corresponding tests to avoid future regressions.

@Turbo87 Turbo87 added the C-bug 🐞 Category: unintended, undesired behavior label Sep 17, 2025
@Turbo87 Turbo87 enabled auto-merge September 17, 2025 13:20
@Turbo87 Turbo87 merged commit 6b1b5e7 into rust-lang:main Sep 17, 2025
10 of 11 checks passed
@Turbo87 Turbo87 deleted the tooltip-whitespace branch September 17, 2025 13:22
@Turbo87
Copy link
Member Author

Turbo87 commented Sep 17, 2025

grafik

turns out the above also works, but the IntelliJ Handlebars parser is unhappy about it, so I guess we'll keep it as is for now 😅

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

Labels

A-frontend 🐹 C-bug 🐞 Category: unintended, undesired behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants