mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-31 00:00:07 +02:00
chore: apply rustfmt to all crates (#917)
This commit is contained in:
@@ -49,7 +49,6 @@ impl wheel::Stack for Stack {
|
||||
|
||||
// Set this entry's next pointer
|
||||
*entry.next_stack.get() = old;
|
||||
|
||||
}
|
||||
|
||||
// Update the head pointer
|
||||
@@ -117,7 +116,6 @@ impl wheel::Stack for Stack {
|
||||
}
|
||||
|
||||
fn when(item: &Entry, _: &()) -> u64 {
|
||||
item.when_internal()
|
||||
.expect("invalid internal state")
|
||||
item.when_internal().expect("invalid internal state")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user