]> git.lizzy.rs Git - rust.git/commit
core: Update docs for StrExt demotion in libstd
authorUlrik Sverdrup <root@localhost>
Tue, 24 Mar 2015 18:57:49 +0000 (19:57 +0100)
committerUlrik Sverdrup <root@localhost>
Tue, 24 Mar 2015 21:21:38 +0000 (22:21 +0100)
commit00e14f16225fcf529b6d8a20c4c000d803064ec8
tree15807f7edb28ebdf7e49cd5e1d38f2464ecef36c
parent227d30414ca88aad644ea4fde2c33852b1fd6ad9
core: Update docs for StrExt demotion in libstd

Main access point of .split() and other similar methods are not using
the StrExt trait anymore, so update the libcore docs to reflect this
(because these docs are visible in libstd API documentation).
src/libcollections/str.rs
src/libcore/str/mod.rs