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

Commit 8624e9b

Browse files
authored
Merge pull request #107 from matklad/remove-dead-code
Remove dead code
2 parents 6147312 + 6d2e50f commit 8624e9b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/ide.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ use std::path::PathBuf;
1212

1313
use analysis::{raw, Span};
1414

15-
use vfs::Change;
16-
1715
#[derive(Debug, Deserialize, Serialize, Eq, PartialEq)]
1816
pub struct Position {
1917
pub filepath: PathBuf,
@@ -39,12 +37,6 @@ pub enum Output {
3937
Err,
4038
}
4139

42-
#[derive(Debug, Deserialize)]
43-
pub struct ChangeInput {
44-
pub project_path: PathBuf,
45-
pub changes: Vec<Change>,
46-
}
47-
4840
#[derive(Debug, Deserialize, Serialize)]
4941
pub struct SaveInput {
5042
pub project_path: PathBuf,

0 commit comments

Comments
 (0)