From ad0752783c253bf97bd835013fc0d6bb886d3e5f Mon Sep 17 00:00:00 2001 From: Daniel P. Berrangé Date: Mar 13 2026 17:36:31 +0000 Subject: guidelines: fix typo s/MUT/MUST/ in Rust guidelines Signed-off-by: Daniel P. Berrangé --- diff --git a/guidelines/modules/ROOT/pages/Rust.adoc b/guidelines/modules/ROOT/pages/Rust.adoc index 0fdfc77..53bdce3 100644 --- a/guidelines/modules/ROOT/pages/Rust.adoc +++ b/guidelines/modules/ROOT/pages/Rust.adoc @@ -608,7 +608,7 @@ The most common cases are that may or may not be published (or useful) separately, and * Python packages implemented in Rust (link:#_python_projects[covered below]). -Packages like this *MUT NOT* ship crate sources in `+%{cargo_registry}+`, +Packages like this *MUST NOT* ship crate sources in `+%{cargo_registry}+`, i.e. they cannot ship `-devel` subpackages that contain crate sources or have subpackages that have virtual provides for `+crate(...) = %{version}+`.