Skip to content

Commit 964035a

Browse files
committed
Address review comments
1 parent 028a83d commit 964035a

File tree

1 file changed

+3
-4
lines changed
  • content/inside-rust/clippy-warming-up

1 file changed

+3
-4
lines changed

content/inside-rust/clippy-warming-up/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
path = "inside-rust/9999/12/31/clippys-feature-warming-up"
2+
path = "inside-rust/2025/10/22/clippys-feature-warming-up"
33
title = "What we learned with Clippy's feature freeze"
44
authors = ["blyxyas"]
55

@@ -26,8 +26,7 @@ that started contributing to Clippy, 47 new contributors who opened a total of 1
2626
On a team meeting, we concluded that the results of the feature freeze were positive enough to warrant a future one.
2727
The cadence and duration of these is still being decided.
2828

29-
58% of all pull requests by new contributors were opened by the same person. This single contributor opened 114 pull requests of the
30-
total 195. We held a meeting with her ([ada4a] on Github) to iron out some of the details of
29+
58% of all pull requests by new contributors (114 out of the total 195) were opened by the same person. We held a meeting with her ([ada4a] on Github) to iron out some of the details of
3130
the codebase and our procedures for new contributors. We are currently analyzing that meeting in order to improve
3231
the experience for future and current contributors.
3332

@@ -38,7 +37,7 @@ We also asked some questions to Ada (ada4a) to include as a mini Q&A, here are s
3837
> Why do you like contributing to Clippy? What's so fun about it?
3938
4039
I came to enjoy improving the suggestions that Clippy makes: they are
41-
fascinating in how they point out of the exact part of code that is
40+
fascinating in how they point out the exact part of code that is
4241
problematic, and show the (sometimes pretty complex) manipulations required to
4342
fix it. Also, It has been empowering to learn the machinery behind the
4443
compiler, and use that knowledge to refine these diagnostics even further.

0 commit comments

Comments
 (0)