Review usage of unstable APIs
Closed this issue · 2 comments
niax commented
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 other -
std::fmt::Show
/std::fmt::String
is still unstable - awaiting outcome from upstream - Range notation instead of
range
untitaker commented
I recieve plenty of warnings, but none of those that you mentioned. See #14 for a fix of some of them.
untitaker commented
Fixed a long time ago.