SIGN IN SIGN UP
rust-lang / rust UNCLAIMED

Empowering everyone to build reliable and efficient software.

0 0 65 Rust

core: Remove `BorrowedCursor::uninit_mut`

I assume that this method was there for completeness, but there is
hardly any useful use of it: the buffer it gave was not always connected
to the start of the cursor and its use required `unsafe` anyway to mark
the bytes as initialized.
B
Benoît du Garreau committed
34555f1b0b49e4fd944b2cb9c298f15b6b5da144
Parent: 803b4d2