Remove repeating words from doc

This commit is contained in:
Florian Engel
2021-03-14 12:15:34 +01:00
committed by Frederik Rietdijk
parent a58bd74aac
commit 3329093c6a
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -737,7 +737,7 @@ with import "${src.out}/rust-overlay.nix" pkgs pkgs;
stdenv.mkDerivation {
name = "rust-env";
buildInputs = [
# Note: to use use stable, just replace `nightly` with `stable`
# Note: to use stable, just replace `nightly` with `stable`
latest.rustChannels.nightly.rust
# Add some extra dependencies from `pkgs`