Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 475824d

Browse files
Mark location doctest as standalone since file information will not work in merged doctest file
1 parent 995858e commit 475824d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/panic/location.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ impl<'a> Location<'a> {
4444
///
4545
/// # Examples
4646
///
47-
/// ```
47+
/// ```standalone
4848
/// use std::panic::Location;
4949
///
5050
/// /// Returns the [`Location`] at which it is called.

0 commit comments

Comments
 (0)