Skip to content

Commit

Permalink
Mark location doctest as standalone since file information will not w…
Browse files Browse the repository at this point in the history
…ork in merged doctest file
  • Loading branch information
GuillaumeGomez committed Aug 13, 2024
1 parent 7334c71 commit a83dde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/panic/location.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl<'a> Location<'a> {
///
/// # Examples
///
/// ```
/// ```standalone
/// use std::panic::Location;
///
/// /// Returns the [`Location`] at which it is called.
Expand Down

0 comments on commit a83dde6

Please sign in to comment.