Skip to content

Commit 2643236

Browse files
committed
Fix some cargo doc warnings
1 parent a005836 commit 2643236

File tree

2 files changed

+1
-3
lines changed
  • examples/client-mithril-stake-distribution/src
  • mithril-relay/src/p2p

2 files changed

+1
-3
lines changed

examples/client-mithril-stake-distribution/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
//! This example shows how to implement a Mithril client and use its features.
22
//!
33
//! In this example, the client interacts by default with a real aggregator (`testing-preview`) to get the data.
4-
//!
5-
//! The [SlogFeedbackReceiver] is used to report the progress to the console.
64
75
use anyhow::anyhow;
86
use clap::Parser;

mithril-relay/src/p2p/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use thiserror::Error;
22

3-
/// [Peer] related errors.
3+
/// [Peer][crate::p2p::Peer] related errors.
44
#[derive(Debug, Error)]
55
pub enum PeerError {
66
/// Topic does not exist

0 commit comments

Comments
 (0)