From 4eb76fcc8eb37e69962d27d990ba693fa612c17a Mon Sep 17 00:00:00 2001 From: Alexis Bourget Date: Tue, 1 Dec 2020 23:09:03 +0100 Subject: Use more std:: instead of core:: in docs for consistency, add more intra doc links --- library/core/src/panic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/core/src/panic.rs') diff --git a/library/core/src/panic.rs b/library/core/src/panic.rs index 34a974b8271..03bb849509a 100644 --- a/library/core/src/panic.rs +++ b/library/core/src/panic.rs @@ -189,7 +189,7 @@ impl<'a> Location<'a> { /// # Examples /// /// ``` - /// use core::panic::Location; + /// use std::panic::Location; /// /// /// Returns the [`Location`] at which it is called. /// #[track_caller] -- cgit 1.4.1-3-g733a5