Make double ended searchers use dependent fingers#47208
Make double ended searchers use dependent fingers#47208bors merged 2 commits intorust-lang:masterfrom
Conversation
src/libcore/str/pattern.rs
Outdated
There was a problem hiding this comment.
[00:03:59] tidy error: /checkout/src/libcore/str/pattern.rs:307: line longer than 100 chars
4c99f48 to
1760240
Compare
|
Please revert the clippy submodule update. |
|
done. |
1760240 to
85aab3f
Compare
src/libcore/str/pattern.rs
Outdated
There was a problem hiding this comment.
nit: missing space after the = in if let Some(slice) =self.haystack.as_bytes()
85aab3f to
a50b2f1
Compare
|
@bors r+ |
|
📌 Commit a50b2f1 has been approved by |
|
@bors r- A new test failed. |
|
This is weird, the tests worked fine locally. Perhaps something changed with the merge commit? |
|
lol so it turns out if you write a crate using Found the bug though. |
a50b2f1 to
9066219
Compare
|
Should work now, I forgot to add |
|
r? @pnkfelix |
|
Tests pass. |
|
@bors r+ |
|
📌 Commit 9066219 has been approved by |
|
@bors p=2 |
Make double ended searchers use dependent fingers (fixes #47175) r? @BurntSushi @alexcrichton needs uplift to beta
|
☀️ Test successful - status-appveyor, status-travis |
|
needs uplift |
|
(nominating just to ensure libs team looks at the beta-nomination.) |
|
Tagging as accepted since this fixes a regression |
(fixes #47175)
r? @BurntSushi @alexcrichton
needs uplift to beta