We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da2737 commit 9fdcf57Copy full SHA for 9fdcf57
crates/ide-db/src/line_index.rs
@@ -7,7 +7,7 @@ use syntax::{TextRange, TextSize};
7
8
#[derive(Clone, Debug, PartialEq, Eq)]
9
pub struct LineIndex {
10
- /// Offset the the beginning of each line, zero-based.
+ /// Offset the beginning of each line, zero-based.
11
pub(crate) newlines: Vec<TextSize>,
12
/// List of non-ASCII characters on each line.
13
pub(crate) line_wide_chars: NoHashHashMap<u32, Vec<WideChar>>,
0 commit comments