diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-05-31 21:30:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-31 21:30:05 +0200 |
| commit | 2d4ed2aedd9cbd64aa97fed6455140a03c8ce0de (patch) | |
| tree | 50a7f5d4d6f43a68e083a84e2b50d598ce1ed0bc /library/std/src/sys/unix/stack_overflow.rs | |
| parent | 5480120b26adcc336cef43f0c8045aaba4574359 (diff) | |
| parent | dd0338fbac143cb0c3844575f5ae4406854b56c5 (diff) | |
| download | rust-2d4ed2aedd9cbd64aa97fed6455140a03c8ce0de.tar.gz rust-2d4ed2aedd9cbd64aa97fed6455140a03c8ce0de.zip | |
Rollup merge of #72829 - JOE1994:clarify_terms, r=jonas-schievink
Clarify terms in doc comments Doc comments of `copy_from_slice` say that people should use `clone_from_slice` when 'src' doesn't implement `Copy`. However, 'src' is a reference and it always implements `Copy`. The term 'src' should be fixed to `T`(element type of slice 'src') in the doc comments. Thank you for reviewing this PR :) :smiley_cat:
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
