Skip to content

Commit

Permalink
docs: remove stray list element (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Jan 25, 2024
1 parent c974656 commit f5fbc85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion crates/dyn-abi/src/coerce.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ impl DynSolType {
/// delimited by commas (`,`) and surrounded by brackets (`[]`)
/// - [`Tuple`](DynSolType::Tuple): the inner types delimited by commas (`,`) and surrounded by
/// parentheses (`()`)
/// -
#[cfg_attr(
feature = "eip712",
doc = "- [`CustomStruct`](DynSolType::CustomStruct): the same as `Tuple`"
Expand Down
2 changes: 1 addition & 1 deletion crates/sol-types/src/impl_core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ where
Ok(unsafe { array_assume_init(array) })
}

/// [slice::split_array_ref](https://doc.rust-lang.org/std/primitive.slice.html#method.split_array_ref)
/// [`array::split_array_ref`]
#[inline]
#[track_caller]
pub(crate) fn split_array_ref<T, const N: usize>(slice: &[T]) -> (&[T; N], &[T]) {
Expand Down

0 comments on commit f5fbc85

Please sign in to comment.