rust-lang / rust-clippy

A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
https://rust-lang.github.io/rust-clippy/
Other
10.89k stars 1.46k forks source link

Fix website dash replacement #12719

Closed roddyrap closed 4 days ago

roddyrap commented 2 weeks ago

Fixes: #12718 changelog: Made clippy lints website search replace all occurrences of dashes with underscores instead of only the first one. This is in order to allow the user to search for lints with more than two words using dahses.

rustbot commented 2 weeks ago

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @xFrednet (or someone else) some time within the next two weeks.

Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (S-waiting-on-review and S-waiting-on-author) stays updated, invoking these commands when appropriate:

xFrednet commented 4 days ago

Looks perfect to me :D

Sorry, for the delay.

bors commented 4 days ago

:pushpin: Commit 1c9bf96b96f17ac177efaec22841e2ef3addd14c has been approved by xFrednet

It is now in the queue for this repository.

bors commented 4 days ago

:hourglass: Testing commit 1c9bf96b96f17ac177efaec22841e2ef3addd14c with merge 9abaf91a68e5cb98fe28341f060e58b0a76b3499...

bors commented 4 days ago

:sunny: Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test Approved by: xFrednet Pushing 9abaf91a68e5cb98fe28341f060e58b0a76b3499 to master...