From 18d84c7b8d95877c750fb7aceb35d16b7d33ab55 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mar 28 2019 09:37:42 +0000 Subject: Rust: Improve wording Signed-off-by: Igor Gnatenko --- diff --git a/guidelines/modules/ROOT/pages/Rust.adoc b/guidelines/modules/ROOT/pages/Rust.adoc index 51d5a49..5ad8769 100644 --- a/guidelines/modules/ROOT/pages/Rust.adoc +++ b/guidelines/modules/ROOT/pages/Rust.adoc @@ -8,10 +8,11 @@ automates many of these steps. It is advisable to try `+rust2rpm $crate+` first before attempting to write a specfile by hand. -CAUTION: This document is applicable only for Rawhide. +CAUTION: This document is applicable only for Fedora Rawhide. Stable releases do not contain any crates. - However, it can be used to build modules with Rust applications - (with filtered build-time dependencies). + However, this document can be used to build modules + with Rust applications + (with crates filtered out). == Naming