]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #86811 - soerenmeier:remove_remaining, r=yaahc
authorYuki Okushi <jtitor@2k36.org>
Mon, 12 Jul 2021 23:54:28 +0000 (08:54 +0900)
committerGitHub <noreply@github.com>
Mon, 12 Jul 2021 23:54:28 +0000 (08:54 +0900)
commit749a5897461b42a49324ce7056d984389028c82c
treed5b092860f714457360f770d23386dd8147c4033
parentb507cd1745663c53cc4b3714de54206fce894ffd
parent626bab5a7c16e0053f5bb17fd9dd7fcbb5e54111
Rollup merge of #86811 - soerenmeier:remove_remaining, r=yaahc

Remove unstable `io::Cursor::remaining`

Adding `io::Cursor::remaining` in #86037 caused a conflict with the implementation of `bytes::Buf` for `io::Cursor`, leading to an error in nightly, see https://github.com/rust-lang/rust/issues/86369#issuecomment-867723485.

This fixes the error by temporarily removing the `remaining` function.

r? `@yaahc`