Un-doc a comment

This commit is contained in:
Ariel Davis 2023-05-04 16:34:24 -07:00
parent 4a1922fd1a
commit 4b7c759f2f

View file

@ -37,8 +37,8 @@ pub enum WideEncoding {
} }
/// Line/Column information in legacy encodings. /// 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)] #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
pub struct WideLineCol { pub struct WideLineCol {
/// Zero-based. /// Zero-based.