rust/src/liballoc
Felix S. Klock II b03279aaa2 inline Box::new always.
(You shouldn't use it, but it is a semi-reasonable way to annotate
types when necessary.)
2015-03-03 20:29:01 +01:00
..
arc.rs Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
boxed_test.rs int/uint => isize/usize in liblibc/liballoc/libarena 2015-02-09 10:00:46 +03:00
boxed.rs inline Box::new always. 2015-03-03 20:29:01 +01:00
heap.rs Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
lib.rs Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00
rc.rs Add : Box<_> or ::Box<_> type annotations to various places. 2015-03-03 20:29:01 +01:00