From 262decf3530c9acc86f38121be2327814881e852 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Mon, 4 Dec 2023 22:47:58 +0900 Subject: [PATCH] Add comment --- macro/src/dialect/utility.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/macro/src/dialect/utility.rs b/macro/src/dialect/utility.rs index 86e7a4c908..5339ff2f09 100644 --- a/macro/src/dialect/utility.rs +++ b/macro/src/dialect/utility.rs @@ -44,6 +44,7 @@ pub fn sanitize_documentation(string: &str) -> Result { }; if block.info.is_empty() { + // Mark them not in Rust to prevent documentation tests. block.info = "text".into(); } }