Skip to content

Commit 5c26523

Browse files
committed
drop unused fields
1 parent a047750 commit 5c26523

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

crates/ide/src/annotations.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ pub struct AnnotationConfig {
4040
pub annotate_impls: bool,
4141
pub annotate_references: bool,
4242
pub annotate_method_references: bool,
43-
pub run: bool,
44-
pub debug: bool,
4543
}
4644

4745
pub(crate) fn annotations(

crates/rust-analyzer/src/handlers.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,8 +1147,6 @@ pub(crate) fn handle_code_lens(
11471147
annotate_impls: lens_config.implementations,
11481148
annotate_references: lens_config.refs,
11491149
annotate_method_references: lens_config.method_refs,
1150-
run: lens_config.run,
1151-
debug: lens_config.debug,
11521150
},
11531151
file_id,
11541152
)?;

0 commit comments

Comments
 (0)