File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ impl DynSolType {
45
45
/// delimited by commas (`,`) and surrounded by brackets (`[]`)
46
46
/// - [`Tuple`](DynSolType::Tuple): the inner types delimited by commas (`,`) and surrounded by
47
47
/// parentheses (`()`)
48
- /// -
49
48
#[ cfg_attr(
50
49
feature = "eip712" ,
51
50
doc = "- [`CustomStruct`](DynSolType::CustomStruct): the same as `Tuple`"
Original file line number Diff line number Diff line change 57
57
Ok ( unsafe { array_assume_init ( array) } )
58
58
}
59
59
60
- /// [slice ::split_array_ref](https://doc.rust-lang.org/std/primitive.slice.html#method.split_array_ref)
60
+ /// [`array ::split_array_ref`]
61
61
#[ inline]
62
62
#[ track_caller]
63
63
pub ( crate ) fn split_array_ref < T , const N : usize > ( slice : & [ T ] ) -> ( & [ T ; N ] , & [ T ] ) {
You can’t perform that action at this time.
0 commit comments