From 600c7747da52db47e896f9640aeb8a1636a0d266 Mon Sep 17 00:00:00 2001 From: KtorZ Date: Fri, 16 Dec 2022 23:56:37 +0100 Subject: [PATCH] Do not show link to source. This require slightly more work and has little benefits at this stage given that the sources are literally inlined in the docs. --- crates/project/templates/module.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/crates/project/templates/module.html b/crates/project/templates/module.html index 9a651cf2..f2fc33d0 100644 --- a/crates/project/templates/module.html +++ b/crates/project/templates/module.html @@ -50,9 +50,11 @@ {% if !type_info.source_url.is_empty() %} + {% endif %}
@@ -119,9 +121,11 @@ {% if !constant.source_url.is_empty() %} + {% endif %}
{{ constant.definition }}
@@ -145,9 +149,11 @@ {% if !function.source_url.is_empty() %} + {% endif %}
{{ function.signature }}