Mark location doctest as standalone since file information will not work in merged doctest file

This commit is contained in:
Guillaume Gomez 2024-06-14 22:55:44 +02:00
parent 995858eed3
commit 475824d811
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ impl<'a> Location<'a> {
///
/// # Examples
///
/// ```
/// ```standalone
/// use std::panic::Location;
///
/// /// Returns the [`Location`] at which it is called.