Rust's nightly as of 2015-01-09 has warnings for usage of unstable APIs on by default - showing up APIs that may be going away shortly. It'd be nice to be ahead of the curve for a change. See the build log for 0.0.7 for a full list.
[x] as_slice, slice, slice_from, slice_to usages should use slicing syntax or other
[x] std::fmt::Show/std::fmt::String is still unstable - awaiting outcome from upstream
Rust's nightly as of 2015-01-09 has warnings for usage of unstable APIs on by default - showing up APIs that may be going away shortly. It'd be nice to be ahead of the curve for a change. See the build log for 0.0.7 for a full list.
as_slice
,slice
,slice_from
,slice_to
usages should use slicing syntax or otherstd::fmt::Show
/std::fmt::String
is still unstable - awaiting outcome from upstreamrange