diff options
| author | bors <bors@rust-lang.org> | 2015-07-21 01:41:22 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-07-21 01:41:22 +0000 |
| commit | 238765e1eb9dc1bd6ba4cc064b37f57207426e84 (patch) | |
| tree | 19cc1495e7664218d59000d0dd4c79dd5514f04a /src/libstd/sys/unix/stack_overflow.rs | |
| parent | 118a5c4c342883606fd96b121d741b133caa0347 (diff) | |
| parent | a3e78f4151ee23ad3175402e81247302619c1df7 (diff) | |
| download | rust-238765e1eb9dc1bd6ba4cc064b37f57207426e84.tar.gz rust-238765e1eb9dc1bd6ba4cc064b37f57207426e84.zip | |
Auto merge of #27103 - wthrowe:doc_format, r=alexcrichton
This fixes a couple of bugs visible on https://doc.rust-lang.org/nightly/std/marker/trait.Sync.html . For example: * `impl<T> Sync for *const T` should read `impl<T> !Sync for *const T` * `impl<T> !Sync for Weak<T>` should read `impl<T> !Sync for Weak<T> where T: ?Sized` This does change a struct in librustdoc and it seems that almost everything there is marked public, so if librustdoc has stability guarantees that could be a problem. If it is, I'll find a way to rework the change to avoid modifying public structures.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
