mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 06:03:58 +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.
|
||||
///
|
||||
/// 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.
|
||||
|
|
Loading…
Reference in a new issue