Skip to content

Commit a83dde6

Browse files
Mark location doctest as standalone since file information will not work in merged doctest file
1 parent 7334c71 commit a83dde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/src/panic/location.rs

+1-1
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)