about summary refs log tree commit diff
path: root/src/rustllvm/ExecutionEngineWrapper.cpp
diff options
context:
space:
mode:
authorAdolfo OchagavĂ­a <aochagavia92@gmail.com>2014-07-19 11:34:51 +0200
committerAlex Crichton <alex@alexcrichton.com>2014-07-24 07:25:43 -0700
commitba707fb3a0735c0ca19baac426b88218c656a34b (patch)
treef147d5668a03e47882796b7a7b5446de95112993 /src/rustllvm/ExecutionEngineWrapper.cpp
parent482c776d5a705d62a8093f2a441919278eb2b1d0 (diff)
downloadrust-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