mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
add doc_markdown clippy lint (#8552)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -31,7 +31,7 @@ pub struct EthBeaconConsensus {
|
||||
}
|
||||
|
||||
impl EthBeaconConsensus {
|
||||
/// Create a new instance of [EthBeaconConsensus]
|
||||
/// Create a new instance of [`EthBeaconConsensus`]
|
||||
pub fn new(chain_spec: Arc<ChainSpec>) -> Self {
|
||||
Self { chain_spec }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user