Skip to content

Commit

Permalink
DO NOT MERGE: add test link
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Sep 18, 2023
1 parent af2b823 commit 2d9f28b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/core/src/primitive_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,8 @@ mod prim_slice {}
/// Note: This example shows the internals of `&str`. `unsafe` should not be
/// used to get a string slice under normal circumstances. Use `as_str`
/// instead.
///
/// [THIS IS A TEST](../std/process/fn.exit.html).
#[stable(feature = "rust1", since = "1.0.0")]
mod prim_str {}

Expand Down

0 comments on commit 2d9f28b

Please sign in to comment.