]> git.lizzy.rs Git - rust.git/commit
Changed `std::pattern::Pattern` impl on `&'a &'a str` to `&'a &'b str`
authorMarvin Löbel <loebel.marvin@gmail.com>
Tue, 1 Mar 2016 16:53:51 +0000 (17:53 +0100)
committerMarvin Löbel <loebel.marvin@gmail.com>
Tue, 1 Mar 2016 16:53:51 +0000 (17:53 +0100)
commitdd67e55c10acf80dbd2c14a8eb231e265b5776a4
tree024b0f78b127558bd5a8ed9ee0e53b826ae71788
parent0a52494f7e259f49a3be176dc6fb151c755d6686
Changed `std::pattern::Pattern` impl on `&'a &'a str` to `&'a &'b str`
in order to allow a bit more felixibility in how to use it.
src/libcollectionstest/str.rs
src/libcore/str/pattern.rs