Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
amunra committed Nov 8, 2024
1 parent 773f6e9 commit 0d445e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ impl<T, A: Allocator> AsMut<[T]> for Vec<T, A> {
mod tests {
use super::*;
use crate::claim::Claim;
use crate::testing::{WatermarkAllocator, WatermarkAllocator2};
use crate::testing::{AllowGlobalAllocGuard, NoGlobalAllocGuard};
use crate::testing::{WatermarkAllocator, WatermarkAllocator2};
use alloc::boxed::Box;
use alloc::collections::TryReserveError;
use alloc::{format, vec};
Expand Down

0 comments on commit 0d445e6

Please sign in to comment.