Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 4fdafdf

Browse files
committed
rls-analysis: Remove unused type alias
1 parent 32ab150 commit 4fdafdf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rls-analysis/src/analysis.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ pub struct Def {
103103
// pub sig: Option<Signature>,
104104
}
105105

106-
pub type Idents = HashMap<PathBuf, IdentsByLine>;
107106
pub type IdentsByLine = BTreeMap<Row<ZeroIndexed>, IdentsByColumn>;
108107
pub type IdentsByColumn = BTreeMap<Column<ZeroIndexed>, IdentBound>;
109108

0 commit comments

Comments
 (0)