From 3c652b7bc09260d5f8f7dd53eac920e020a4cecb Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Sat, 6 Apr 2024 10:12:27 -0400 Subject: [PATCH] doc(semver): remove mention of deprecated tool rust-semverver See also * https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/Creating.20a.20release.20for.20rust-semverver * https://github.com/rust-lang/team/pull/1390 * https://github.com/rust-lang/rust-semverver/issues/373 --- src/doc/src/reference/semver.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/doc/src/reference/semver.md b/src/doc/src/reference/semver.md index ed7095ae7..795442c00 100644 --- a/src/doc/src/reference/semver.md +++ b/src/doc/src/reference/semver.md @@ -14,11 +14,7 @@ negatively affect the runtime behavior, and for those cases it is usually a judgment call by the project maintainers whether or not it is a SemVer-incompatible change. -See also [rust-semverver], which is an experimental tool that attempts to -programmatically check compatibility rules. - [Change categories]: #change-categories -[rust-semverver]: https://github.com/rust-lang/rust-semverver [SemVer compatibility]: resolver.md#semver-compatibility ## Change categories