From 220137296093cd93be21079d7099f72e1d688ac7 Mon Sep 17 00:00:00 2001 From: Kenny Strawn Date: Fri, 29 Mar 2024 19:55:27 -0700 Subject: [PATCH] phil-opp/blog_os#1307: fix doc comments, bump version and publish --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index b968261..024a530 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -19,7 +19,7 @@ use core::alloc::{GlobalAlloc, Layout}; use spin::Lazy; -// Re-export `LockedHeap` from `slab_allocator_rs` to make this easier to use. +/// A re-export of `slab_allocator_rs::LockedHeap` for ease-of-use reasons. pub use slab_allocator_rs::LockedHeap; /// A wrapper around `slab_allocator_rs::LockedHeap` that initializes the heap lazily.