-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: "Rust project goals & what's coming" | ||
date: 2024-07-15T19:33:37+02:00 | ||
draft: false | ||
--- | ||
|
||
The Rust organization is starting an initiative for "project goals", in which every team submits a list of goals that they'd like to achieve in the coming months. I talked with my team on Zulip and got our hands dirty drafting a list of goals for 2024's second half. You can read the final document [here](https://rust-lang.github.io/rust-project-goals/2024h2/optimize-clippy.html). | ||
|
||
After receiving feedback and merging a few PRs to the project goals repo, and receiving a general ":+1:" from the team, we're adding "Optimizing Clippy & linting" to Rust's RFC for project goals 2024H2. | ||
|
||
**This is great news!** Now the Clippy Performance Project that I talked about in other blog posts is finally formalized and held to a standard (+ anyone that wants to help, is greatly welcomed!). | ||
|
||
You can read the other project goals on the [RFC PR](https://github.com/rust-lang/rfcs/pull/3672), that will eventually get merged as RFC #3672 | ||
|
||
So yeah, if you want to read more about the "Optimizing Clippy & Linting" project goal, check out [the book](https://rust-lang.github.io/rust-project-goals/2024h2/optimize-clippy.html). | ||
|
||
Peace! ✌️ :heart: |