Skip to content

Commit

Permalink
doc: fix split_at doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
bluurryy committed Nov 12, 2024
1 parent f3fb90a commit e59a361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bump_box.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ impl<'a, T> BumpBox<'a, [T]> {
/// even if the resulting reference is not used. The caller has to ensure that
/// `0 <= mid <= self.len()`.
///
/// [`split_at`]: slice::split_at
/// [`split_at`]: Self::split_at
/// [undefined behavior]: https://doc.rust-lang.org/reference/behavior-considered-undefined.html
///
/// # Examples
Expand Down

0 comments on commit e59a361

Please sign in to comment.