rust: Fix grammar in comment

This commit is contained in:
Michael Eden 2019-02-26 22:24:42 -05:00 committed by John Ericson
parent 18aa59b0f2
commit 7f6de09751

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;