clippy: change accidental doccomments into correct comments
This commit is contained in:
parent
94cd722e31
commit
053a633b27
|
@ -15,7 +15,7 @@ use crate::p2p::address::Address;
|
||||||
use crate::p2p::ServiceFlags;
|
use crate::p2p::ServiceFlags;
|
||||||
use crate::prelude::{Cow, String};
|
use crate::prelude::{Cow, String};
|
||||||
|
|
||||||
/// Some simple messages
|
// Some simple messages
|
||||||
|
|
||||||
/// The `version` message
|
/// The `version` message
|
||||||
#[derive(PartialEq, Eq, Clone, Debug)]
|
#[derive(PartialEq, Eq, Clone, Debug)]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/// Support for parsing strings.
|
//! Support for parsing strings.
|
||||||
|
|
||||||
// Impls a single TryFrom conversion
|
// Impls a single TryFrom conversion
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
|
|
Loading…
Reference in New Issue