clippy: change accidental doccomments into correct comments

This commit is contained in:
Andrew Poelstra 2024-09-30 12:28:28 +00:00
parent 94cd722e31
commit 053a633b27
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ use crate::p2p::address::Address;
use crate::p2p::ServiceFlags;
use crate::prelude::{Cow, String};
/// Some simple messages
// Some simple messages
/// The `version` message
#[derive(PartialEq, Eq, Clone, Debug)]

View File

@ -1,4 +1,4 @@
/// Support for parsing strings.
//! Support for parsing strings.
// Impls a single TryFrom conversion
#[doc(hidden)]