Skip to content

Commit

Permalink
feat(hermit): use README.md for crate docs
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
  • Loading branch information
mkroening committed Aug 28, 2023
1 parent dac6dbd commit 47b05c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hermit/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![doc = include_str!("../README.md")]
#![allow(clippy::large_enum_variant)]
#![allow(clippy::new_ret_no_self)]

Expand Down

0 comments on commit 47b05c9

Please sign in to comment.