diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-05-10 11:35:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-10 11:35:35 -0500 |
| commit | 8b5f6921047edfdfb450a4997811ef10f4025a58 (patch) | |
| tree | 2439a1272071bc5a1aff028c63c9a3caacbaa1f7 /src/rustllvm/PassWrapper.cpp | |
| parent | 1f1c65de4a8a9a10822012c065174bd24409e15a (diff) | |
| parent | 9c4e5b3b6cbf9b31ac7bd74d760214e36e79bfff (diff) | |
| download | rust-8b5f6921047edfdfb450a4997811ef10f4025a58.tar.gz rust-8b5f6921047edfdfb450a4997811ef10f4025a58.zip | |
Rollup merge of #50591 - glandium:cleanup, r=dtolnay
Restore RawVec::reserve* documentation When the RawVec::try_reserve* methods were added, they took the place of the ::reserve* methods in the source file, and new ::reserve* methods wrapping the new try_reserve* methods were created. But the documentation didn't move along, such that: - reserve_* methods are barely documented. - try_reserve_* methods have unmodified documentation from reserve_*, such that their documentation indicate they are panicking/aborting. This moves the documentation back to the right methods, with a placeholder documentation for the try_reserve* methods.
Diffstat (limited to 'src/rustllvm/PassWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
