diff options
| author | Clar Charr <clar@charr.xyz> | 2017-03-10 12:10:26 -0500 |
|---|---|---|
| committer | Clar Charr <clar@charr.xyz> | 2017-04-09 19:13:54 -0400 |
| commit | a2b28be3f8f2920d39c9c87fef968d3885753ba4 (patch) | |
| tree | 79223c615a438bc59d919d9d151f4e257767443c /src/doc | |
| parent | fa332c901575da70ac7a612609a26b752b1adc65 (diff) | |
| download | rust-a2b28be3f8f2920d39c9c87fef968d3885753ba4.tar.gz rust-a2b28be3f8f2920d39c9c87fef968d3885753ba4.zip | |
Reduce str transmutes, add mut versions of methods.
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/unstable-book/src/SUMMARY.md | 1 | ||||
| -rw-r--r-- | src/doc/unstable-book/src/str-mut-extras.md | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/doc/unstable-book/src/SUMMARY.md b/src/doc/unstable-book/src/SUMMARY.md index d86766bac02..c077568d96e 100644 --- a/src/doc/unstable-book/src/SUMMARY.md +++ b/src/doc/unstable-book/src/SUMMARY.md @@ -187,6 +187,7 @@ - [str_checked_slicing](str-checked-slicing.md) - [str_escape](str-escape.md) - [str_internals](str-internals.md) +- [str_mut_extras](str-mut-extras.md) - [struct_field_attributes](struct-field-attributes.md) - [structural_match](structural-match.md) - [target_feature](target-feature.md) diff --git a/src/doc/unstable-book/src/str-mut-extras.md b/src/doc/unstable-book/src/str-mut-extras.md new file mode 100644 index 00000000000..df4f35832cd --- /dev/null +++ b/src/doc/unstable-book/src/str-mut-extras.md @@ -0,0 +1,8 @@ +# `str_mut_extras` + +The tracking issue for this feature is: [#str_mut_extras] + +[#str_mut_extras]: https://github.com/rust-lang/rust/issues/41119 + +------------------------ + |
