We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mut
1 parent 704ef31 commit 864a5dbCopy full SHA for 864a5db
linkerd/proxy/resolve/src/recover.rs
@@ -147,7 +147,7 @@ where
147
type Item = Result<Update<R::Endpoint>, Error>;
148
149
fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<Self::Item>> {
150
- let mut this = self.project();
+ let this = self.project();
151
loop {
152
// XXX(eliza): note that this match was originally an `if let`,
153
// but that doesn't work with `#[project]` for some kinda reason
0 commit comments