diff options
| author | Adolfo OchagavĂa <aochagavia92@gmail.com> | 2014-07-19 11:34:51 +0200 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-07-24 07:25:43 -0700 |
| commit | ba707fb3a0735c0ca19baac426b88218c656a34b (patch) | |
| tree | f147d5668a03e47882796b7a7b5446de95112993 /src/rustllvm/ExecutionEngineWrapper.cpp | |
| parent | 482c776d5a705d62a8093f2a441919278eb2b1d0 (diff) | |
| download | rust-ba707fb3a0735c0ca19baac426b88218c656a34b.tar.gz rust-ba707fb3a0735c0ca19baac426b88218c656a34b.zip | |
Remove OwnedStr trait
This trait was only implemented by `String`. It provided the methods `into_bytes` and `append`, both of which **are already implemented as normal methods** of `String` (not as trait methods). This change improves the consistency of strings. This shouldn't break any code, except if somebody has implemented `OwnedStr` for a user-defined type.
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
