about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-05-31 20:47:32 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2020-05-31 21:47:32 +0200
commit59e8e7a129c1f9f657139b8554e1adf41c26de40 (patch)
tree5eccd01d06e7abfd3a1269952eb2399bc04dfdcd /nixos/doc
parent6574ba1946f3957fbf8bc1ba56850e26e15fa096 (diff)
downloadnixlib-59e8e7a129c1f9f657139b8554e1adf41c26de40.tar
nixlib-59e8e7a129c1f9f657139b8554e1adf41c26de40.tar.gz
nixlib-59e8e7a129c1f9f657139b8554e1adf41c26de40.tar.bz2
nixlib-59e8e7a129c1f9f657139b8554e1adf41c26de40.tar.lz
nixlib-59e8e7a129c1f9f657139b8554e1adf41c26de40.tar.xz
nixlib-59e8e7a129c1f9f657139b8554e1adf41c26de40.tar.zst
nixlib-59e8e7a129c1f9f657139b8554e1adf41c26de40.zip
rust: improve docs
Co-authored-by: cole-h <cole.e.helbling@outlook.com>
Co-authored-by: asymmetric <lorenzo@mailbox.org>
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2009.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml
index afd3b5040982..04b0802ad91f 100644
--- a/nixos/doc/manual/release-notes/rl-2009.xml
+++ b/nixos/doc/manual/release-notes/rl-2009.xml
@@ -360,14 +360,14 @@ php.override {
    </listitem>
    <listitem>
     <para>
-     Packages built using <literal>buildRustPackage</literal> now use the <literal>release</literal>
+     Packages built using <literal>buildRustPackage</literal> now use <literal>release</literal>
      mode for the <literal>checkPhase</literal> by default.
     </para>
     <para>
-     Please note that <literal>rust</literal>-packages utilizing a custom build/install-procedure
-     (e.g. by using a <filename>Makefile</filename>) or test-suites that rely on the
-     structure in the <filename>target/</filename>-directory may break because of that.
-     For further information, please read the rust-section in the nixpkgs manual.
+     Please note that Rust packages utilizing a custom build/install procedure
+     (e.g. by using a <filename>Makefile</filename>) or test suites that rely on the
+     structure of the <filename>target/</filename> directory may break due to those assumptions.
+     For further information, please read the Rust section in the Nixpkgs manual.
     </para>
    </listitem>
   </itemizedlist>