Skip to content

Commit 9ec578e

Browse files
committed
Use README in Rust doc
1 parent fa9b6c8 commit 9ec578e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mithril-relay/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![warn(missing_docs)]
2-
3-
//! Mithril relay modules
2+
#![doc = include_str!("../README.md")]
43

54
mod commands;
65
/// Peer to peer module

0 commit comments

Comments
 (0)