Skip to content

Commit b9af8ee

Browse files
committed
fix tidy check
1 parent bbc8757 commit b9af8ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/alloc/src/falloc.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ pub use crate::alloc::{AllocError, Global, GlobalAlloc, Layout, LayoutError};
2626
/// [`shrink`] that returns `Ok`. If `grow` or `shrink` have returned `Err`, the passed pointer
2727
/// remains valid.
2828
///
29-
/// [`allocate`]: Allocator::allocate
30-
/// [`grow`]: Allocator::grow
31-
/// [`shrink`]: Allocator::shrink
32-
/// [`deallocate`]: Allocator::deallocate
29+
/// [`allocate`]: crate::alloc::Allocator::allocate
30+
/// [`grow`]: crate::alloc::Allocator::grow
31+
/// [`shrink`]: crate::alloc::Allocator::shrink
32+
/// [`deallocate`]: crate::alloc::Allocator::deallocate
3333
///
3434
/// ### Memory fitting
3535
///

0 commit comments

Comments
 (0)