Skip to content

Commit

Permalink
phil-opp/blog_os#1307: fix doc comments, bump version and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kennystrawnmusic committed Mar 30, 2024
1 parent 6f4296e commit 2201372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2201372

Please sign in to comment.