Skip to content

Commit

Permalink
docs: fix arch module doc
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Oct 9, 2023
1 parent 2912d8c commit fb2c376
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/arch/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Platform-specific implementations
//! Architecture-specific architecture abstraction.
#[cfg(target_arch = "aarch64")]
pub mod aarch64;

Expand Down

0 comments on commit fb2c376

Please sign in to comment.