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.
///
/// 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.