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 a047750 commit 5c26523Copy full SHA for 5c26523
crates/ide/src/annotations.rs
@@ -40,8 +40,6 @@ pub struct AnnotationConfig {
40
pub annotate_impls: bool,
41
pub annotate_references: bool,
42
pub annotate_method_references: bool,
43
- pub run: bool,
44
- pub debug: bool,
45
}
46
47
pub(crate) fn annotations(
crates/rust-analyzer/src/handlers.rs
@@ -1147,8 +1147,6 @@ pub(crate) fn handle_code_lens(
1147
annotate_impls: lens_config.implementations,
1148
annotate_references: lens_config.refs,
1149
annotate_method_references: lens_config.method_refs,
1150
- run: lens_config.run,
1151
- debug: lens_config.debug,
1152
},
1153
file_id,
1154
)?;
0 commit comments