We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad64ae commit 33d7207Copy full SHA for 33d7207
1 file changed
src/mem/alloc/bestfit.rs
@@ -682,8 +682,8 @@ mod tests {
682
#[cfg(kani)]
683
mod verification {
684
use super::*;
685
- use crate::mem::alloc::MAX_ADDR;
686
use crate::mem::alloc::Allocator;
+ use crate::mem::alloc::MAX_ADDR;
687
688
fn verify_block(user_ptr: NonNull<u8>, size: usize, next: Option<NonNull<u8>>) {
689
let control_ptr = unsafe { BestFitAllocator::control_ptr(user_ptr) };
0 commit comments