Skip to content

Commit 74d36bd

Browse files
committed
doc fmt
1 parent e5b3e46 commit 74d36bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

uefi/src/mem.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ use {core::alloc::Allocator, core::ptr::NonNull};
2323
/// success.
2424
///
2525
/// # Feature `unstable` / `allocator_api`
26-
/// By default, this function works with the allocator that is set as
27-
/// `#[global_allocator]`. This might be UEFI allocator but depends on your
28-
/// use case and how you set up the environment.
29-
///
26+
/// By default, this function works with the allocator that is set as
27+
/// `#[global_allocator]`. This might be UEFI allocator but depends on your
28+
/// use case and how you set up the environment.
29+
///
3030
/// If you activate the `unstable`-feature, all allocations uses the provided
3131
/// allocator (via `allocator_api`) instead. In that case, the function takes an
32-
/// additional parameter describing the specific [`Allocator`]. You can use
32+
/// additional parameter describing the specific [`Allocator`]. You can use
3333
/// [`alloc::alloc::Global`] which defaults to the `#[global_allocator]`.
3434
///
3535
/// [`Allocator`]: https://doc.rust-lang.org/alloc/alloc/trait.Allocator.html

0 commit comments

Comments
 (0)