diff options
author | Huon Wilson <dbau.pp+github@gmail.com> | 2014-03-25 22:23:55 +1100 |
---|---|---|
committer | Huon Wilson <dbau.pp+github@gmail.com> | 2014-03-25 22:23:55 +1100 |
commit | 94e4ab3eafd24b88a9bdd7dce88c7fe084176668 (patch) | |
tree | a8c3a3b458690f8a85aafb3029b6d799db82195a /src/components/script/dom/htmlobjectelement.rs | |
parent | 3401a568f276c55f90ec050df605492b900f79ac (diff) | |
download | servo-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