]> git.lizzy.rs Git - rust.git/commit
Move the Borrow and BorrowMut traits to libcore.
authorSimon Sapin <simon.sapin@exyr.org>
Wed, 19 Aug 2015 14:03:59 +0000 (16:03 +0200)
committerSimon Sapin <simon.sapin@exyr.org>
Sat, 22 Aug 2015 11:58:39 +0000 (13:58 +0200)
commitc408b7863389aa2bdb253ffa363e693bcd02439f
treed24554daf2d34ade8df07a7a68c4a5ced316cf0b
parent94ee3b5a54a9f4965b82f5e4eda512966e96ac63
Move the Borrow and BorrowMut traits to libcore.
src/liballoc/arc.rs
src/liballoc/boxed.rs
src/liballoc/rc.rs
src/libcollections/borrow.rs
src/libcore/borrow.rs [new file with mode: 0644]
src/libcore/lib.rs