Mark location doctest as standalone since file information will not w… · patricklam/verify-rust-std@a83dde6 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit a83dde6

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

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 1 addition & 1 deletion

Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ impl<'a> Location<'a> {
44 44 ///
45 45 /// # Examples
46 46 ///
47 - /// ```
47 + /// ```standalone
48 48 /// use std::panic::Location;
49 49 ///
50 50 /// /// Returns the [`Location`] at which it is called.