Skip to content

Commit e0fc9fe

Browse files
committed
fix clippy errors
1 parent acb5201 commit e0fc9fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/errors.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ where
99
V: Copy + Eq,
1010
HE: Copy + Eq,
1111
{
12-
/// Error when a HyperedgeIndex was not found.
12+
/// Error when a `HyperedgeIndex` was not found.
1313
#[error("HyperedgeIndex {0} was not found")]
1414
HyperedgeIndexNotFound(HyperedgeIndex),
1515

@@ -66,7 +66,7 @@ where
6666
#[error("At least two hyperedges must be provided to be joined")]
6767
HyperedgesInvalidJoin,
6868

69-
/// Error when a VertexIndex was not found.
69+
/// Error when a `VertexIndex` was not found.
7070
#[error("VertexIndex {0} was not found")]
7171
VertexIndexNotFound(VertexIndex),
7272

0 commit comments

Comments
 (0)