From 4b7c759f2f0ab893feb8f13a55a59751e1050a67 Mon Sep 17 00:00:00 2001 From: Ariel Davis Date: Thu, 4 May 2023 16:34:24 -0700 Subject: [PATCH] Un-doc a comment --- lib/line-index/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/line-index/src/lib.rs b/lib/line-index/src/lib.rs index fa5cf1503fed..bd00519d4e27 100644 --- a/lib/line-index/src/lib.rs +++ b/lib/line-index/src/lib.rs @@ -37,8 +37,8 @@ pub enum WideEncoding { } /// Line/Column information in legacy encodings. -/// -/// Deliberately not a generic type and different from [`LineCol`]. +// +// Deliberately not a generic type and different from `LineCol`. #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)] pub struct WideLineCol { /// Zero-based.