Skip to content

Commit

Permalink
Fix links in docs (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored Dec 13, 2022
1 parent f27b94e commit e59dcb4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@
//!
//! [`CombinedKey`]: enum.CombinedKey.html
//! [`EnrKey`]: trait.EnrKey.html
//! [`Enr`]: struct.EnrBase.html
//! [`EnrBuilder`]: struct.EnrBuilderBase.html
//! [`Enr`]: struct.Enr.html
//! [`EnrBuilder`]: struct.EnrBuilder.html
//! [`NodeId`]: struct.NodeId.html
//! [`insert`]: struct.Enr.html#method.insert
//! [`get`]: struct.Enr.html#method.get
Expand All @@ -174,7 +174,8 @@
#![allow(
clippy::map_err_ignore,
clippy::missing_errors_doc,
clippy::module_name_repetitions
clippy::module_name_repetitions,
clippy::option_if_let_else
)]

mod builder;
Expand Down

0 comments on commit e59dcb4

Please sign in to comment.