Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 9fdcf57

Browse files
matkladstig
andauthored
Update crates/ide-db/src/line_index.rs
Co-authored-by: Stig Brautaset <[email protected]>
1 parent 0da2737 commit 9fdcf57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide-db/src/line_index.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use syntax::{TextRange, TextSize};
77

88
#[derive(Clone, Debug, PartialEq, Eq)]
99
pub struct LineIndex {
10-
/// Offset the the beginning of each line, zero-based.
10+
/// Offset the beginning of each line, zero-based.
1111
pub(crate) newlines: Vec<TextSize>,
1212
/// List of non-ASCII characters on each line.
1313
pub(crate) line_wide_chars: NoHashHashMap<u32, Vec<WideChar>>,

0 commit comments

Comments
 (0)