Skip to content

Commit 46306ed

Browse files
Update posts/2025-12-02-project-goals-nov-update.md
Co-authored-by: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com>
1 parent 93f2bc8 commit 46306ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2025-12-02-project-goals-nov-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Rust 2024 has now entered the nightly beta and is expected to stabilize as part
7070
</div>
7171

7272
* Support for cargo manifest linting is [now merged](https://github.com/obi1kenobi/cargo-semver-checks/pull/1007), making it possible to catch breakage caused by _manifest_ (`Cargo.toml`) changes, not just source code changes. An example of such breakage is the removal of a package feature: any crates that enabled the removed feature will no longer build.
73-
* Partial schema design and implementation of type information in lints, enabling the creation of breaking-change lints and improving diagnostic quality for type-related breaking changes.
73+
* Partial schema design and implementation of type information in lints, enabling the creation of breaking-change lints and improving diagnostic quality for a subset of type-related breaking changes.
7474
* Resolved multi-team questions that were blocking cross-crate checking, with the compiler team MCP merged and rustdoc improvements discussed and agreed upon.
7575

7676

0 commit comments

Comments
 (0)