]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #29600 - Ryman:rustdoc_better_testnames, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 6 Nov 2015 07:58:27 +0000 (07:58 +0000)
committerbors <bors@rust-lang.org>
Fri, 6 Nov 2015 07:58:27 +0000 (07:58 +0000)
Old doctest names
```bash
test sync::atomic::load_0 ... ok
test sync::atomic::load_0 ... ok
test sync::atomic::load_0 ... ok
test sync::atomic::load_0 ... ok
```

New doctest names
```bash
test sync::atomic::AtomicBool::load_0 ... ok
test sync::atomic::AtomicIsize::load_0 ... ok
test sync::atomic::AtomicPtr<T>::load_0 ... ok
test sync::atomic::AtomicUsize::load_0 ... ok
```


Trivial merge