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 10cc535 commit 24f26a0
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 @@ -22,7 +22,7 @@ use spin::Lazy;
// Re-export `LockedHeap` from `slab_allocator_rs` to make this easier to use.
pub use slab_allocator_rs::LockedHeap;

// A wrapper around `slab_allocator_rs::LockedHeap` that initializes the heap lazily.
/// A wrapper around `slab_allocator_rs::LockedHeap` that initializes the heap lazily.
pub struct LazyHeap(Lazy<LockedHeap>);

impl LazyHeap {
Expand Down

0 comments on commit 24f26a0

Please sign in to comment.