rust: Fix grammar in comment

This commit is contained in:
Michael Eden
2019-03-29 10:28:20 -04:00
committed by John Ericson
parent 18aa59b0f2
commit 7f6de09751
+1 -1
View File
@@ -115,7 +115,7 @@ stdenv.mkDerivation {
rm -v src/test/ui/run-pass/threads-sendsync/sync-send-in-std.rs || true # FIXME: ???
'';
# rustc unfortunately need cmake for compiling llvm-rt but doesn't
# rustc unfortunately needs cmake to compile llvm-rt but doesn't
# use it for the normal build. This disables cmake in Nix.
dontUseCmakeConfigure = true;