Rollup merge of #21380 - tshepang:patch-3, r=steveklabnik

This commit is contained in:
Barosl LEE 2015-01-21 02:16:51 +09:00
commit adc7afd69a

View file

@ -187,7 +187,7 @@ impl fmt::Show for TestFn {
/// Manager of the benchmarking runs.
///
/// This is feed into functions marked with `#[bench]` to allow for
/// This is fed into functions marked with `#[bench]` to allow for
/// set-up & tear-down before running a piece of code repeatedly via a
/// call to `iter`.
#[derive(Copy)]