From 01322f69a406eee76014f5e2834336e2295ad80e Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 25 Nov 2020 07:11:27 +0100 Subject: Use recently stabilized intra-doc links See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md --- native/src/debug/basic.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'native/src/debug/basic.rs') diff --git a/native/src/debug/basic.rs b/native/src/debug/basic.rs index 8a712038..a42f66ea 100644 --- a/native/src/debug/basic.rs +++ b/native/src/debug/basic.rs @@ -32,9 +32,7 @@ pub struct Debug { } impl Debug { - /// Creates a new [`Debug`]. - /// - /// [`Debug`]: struct.Debug.html + /// Creates a new [`struct@Debug`]. pub fn new() -> Self { let now = time::Instant::now(); -- cgit