Skip to content

Commit

Permalink
crates/private/meta: Fix link in rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nspin committed Sep 14, 2023
1 parent 1d356ba commit c88aeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/private/meta/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
//! - [`sel4_root_task`]: A runtime for root tasks that supports thread-local storage and
//! unwinding, and provides a global allocator.
//! - **seL4 Microkit**:
//! - [`sel4-microkit`]: A runtime for [seL4 Microkit](https://github.com/seL4/microkit)
//! - [`sel4_microkit`]: A runtime for [seL4 Microkit](https://github.com/seL4/microkit)
//! protection domains, including an implementation of libmicrokit and abstractions for IPC.
macro_rules! maybe {
Expand Down

0 comments on commit c88aeb6

Please sign in to comment.