]> git.lizzy.rs Git - rust.git/blobdiff - src/libtest/lib.rs
Stabilize `std::convert` and related code
[rust.git] / src / libtest / lib.rs
index 8df91c90768fcb2eed8de7911801b38dae3d6719..a08d125c233d56963d2304c2ecf9809fb3cf493f 100644 (file)
@@ -44,7 +44,6 @@
 #![feature(libc)]
 #![feature(set_stdio)]
 #![feature(os)]
-#![feature(convert)]
 #![cfg_attr(test, feature(old_io))]
 
 extern crate getopts;
@@ -340,7 +339,7 @@ fn usage(binary: &str) {
 only those tests that match are run.
 
 By default, all tests are run in parallel. This can be altered with the
-RUST_TEST_THRADS environment variable when running tests (set it to 1).
+RUST_TEST_THREADS environment variable when running tests (set it to 1).
 
 All tests have their standard output and standard error captured by default.
 This can be overridden with the --nocapture flag or the RUST_TEST_NOCAPTURE=1