mirror of https://github.com/rust-lang/rust.git
Mark location doctest as standalone since file information will not work in merged doctest file
This commit is contained in:
parent
995858eed3
commit
475824d811
|
@ -44,7 +44,7 @@ impl<'a> Location<'a> {
|
|||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```
|
||||
/// ```standalone
|
||||
/// use std::panic::Location;
|
||||
///
|
||||
/// /// Returns the [`Location`] at which it is called.
|
||||
|
|
Loading…
Reference in New Issue