rust/src/liballoc
bors 720735b943 Auto merge of #25588 - bluss:doc-string-from, r=alexcrichton
Use stable code in doc examples (libcollections)

Main task is to change from String::from_str to String::from in examples for String
(the latter constructor is stable). While I'm at it, also remove redundant feature flags,
fix some other instances of unstable code in examples (in examples for stable
methods), and remove some use of usize in examples too.
2015-05-20 06:03:58 +00:00
..
arc_stage0.rs Make Arc support DSTs 2015-05-17 11:25:17 +12:00
arc.rs Fix rebase conflicts 2015-05-19 22:54:44 +03:00
boxed_test.rs
boxed.rs Remove SNAP comments 2015-05-13 16:37:17 +12:00
heap.rs Rollup merge of #25254 - cgaebel:check-sizes-on-allocate, r=Gankro 2015-05-11 23:24:18 -04:00
lib.rs Make Arc support DSTs 2015-05-17 11:25:17 +12:00
rc.rs Auto merge of #25588 - bluss:doc-string-from, r=alexcrichton 2015-05-20 06:03:58 +00:00