]> git.lizzy.rs Git - rust.git/commit
Simplify copying of uniques
authorMarijn Haverbeke <marijnh@gmail.com>
Wed, 12 Oct 2011 08:14:21 +0000 (10:14 +0200)
committerMarijn Haverbeke <marijnh@gmail.com>
Wed, 12 Oct 2011 09:05:20 +0000 (11:05 +0200)
commit306f7fb25f6c4eec0a0a517edb2b2821468efdf3
tree494bd762eb2d74a252fa3c3860fcb50c0b43d4c5
parent75bda422df0c7816d4b987a564d11935a0cdb8db
Simplify copying of uniques

We can call take glue, rather than duplicating it inline.
src/comp/middle/trans.rs
src/comp/middle/trans_uniq.rs