aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmlobjectelement.rs
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2014-03-25 22:23:55 +1100
committerHuon Wilson <dbau.pp+github@gmail.com>2014-03-25 22:23:55 +1100
commit94e4ab3eafd24b88a9bdd7dce88c7fe084176668 (patch)
treea8c3a3b458690f8a85aafb3029b6d799db82195a /src/components/script/dom/htmlobjectelement.rs
parent3401a568f276c55f90ec050df605492b900f79ac (diff)
downloadservo-94e4ab3eafd24b88a9bdd7dce88c7fe084176668.tar.gz
servo-94e4ab3eafd24b88a9bdd7dce88c7fe084176668.zip
Remove some unnecessary transmutes.
These can either be done by implicit `&` -> `*` coercions, explicit `*` -> `*` casts, or an explicit `&*x` `*` -> `&` re-borrow (which is still unsafe, but significantly more controlled compared to a `transmute`).
Diffstat (limited to 'src/components/script/dom/htmlobjectelement.rs')
0 files changed, 0 insertions, 0 deletions