mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-28 04:45:05 +00:00
Un-doc a comment
This commit is contained in:
parent
4a1922fd1a
commit
4b7c759f2f
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue