about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/line-index/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/line-index/src/lib.rs b/lib/line-index/src/lib.rs
index fa5cf1503fe..bd00519d4e2 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.