mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
chore: bump to newer nightly (#1284)
This commit is contained in:
@@ -362,6 +362,7 @@ fn is_tx_closed(bits: usize) -> bool {
|
||||
|
||||
impl<T> Values<T> {
|
||||
unsafe fn uninitialized() -> Values<T> {
|
||||
#[allow(deprecated)]
|
||||
let mut vals = mem::uninitialized();
|
||||
|
||||
// When fuzzing, `CausalCell` needs to be initialized.
|
||||
|
||||
Reference in New Issue
Block a user