Skip to content

Commit 4b7c759

Browse files
committed
Un-doc a comment
1 parent 4a1922f commit 4b7c759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/line-index/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ pub enum WideEncoding {
3737
}
3838

3939
/// Line/Column information in legacy encodings.
40-
///
41-
/// Deliberately not a generic type and different from [`LineCol`].
40+
//
41+
// Deliberately not a generic type and different from `LineCol`.
4242
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
4343
pub struct WideLineCol {
4444
/// Zero-based.

0 commit comments

Comments
 (0)