commit | 475824d8110ffd67065609b0e00e28ad220d62b2 | [log] [tgz] |
---|---|---|
author | Guillaume Gomez <guillaume.gomez@huawei.com> | Fri Jun 14 22:55:44 2024 +0200 |
committer | Guillaume Gomez <guillaume.gomez@huawei.com> | Tue Aug 13 20:14:55 2024 +0200 |
tree | e1019a1bb24afef0f809f24ffd639755472fd050 | |
parent | 995858eed36f649d91c04e8095370877e64a0560 [diff] |
Mark location doctest as standalone since file information will not work in merged doctest file
diff --git a/library/core/src/panic/location.rs b/library/core/src/panic/location.rs index 8c04994..930edff 100644 --- a/library/core/src/panic/location.rs +++ b/library/core/src/panic/location.rs
@@ -44,7 +44,7 @@ impl<'a> Location<'a> { /// /// # Examples /// - /// ``` + /// ```standalone /// use std::panic::Location; /// /// /// Returns the [`Location`] at which it is called.